Html Css Color HEX #572858 Hot Purple

📋 copy color: '#572858'

red 87 ◦ green 40 ◦ blue 88

#572858
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #572858

Tints of Hot Purple #572858

RGB

 RED value IS 87 (34.38% from 255) = 40.47%

 GREEN value IS 40 (16.02% from 255) = 18.6%

 BLUE value IS 88 (34.77% from 255) = 40.93%

R = 40.47%
G = 18.6%
B = 40.93%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#572858 (or 0x572858) is known color: Hot Purple. HEX triplet: 57, 28 and 58. RGB value is (87,40,88). Sum of RGB (Red+Green+Blue) = 87+40+88=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #572858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572858 is #A8D7A7. Grayscale: #3B3B3B. Windows color (decimal): -11065256 or 5777495. OLE color: 5777495.

HSL color Cylindrical-coordinate representation of color #572858: hue angle of 298.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #572858 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 40 88 -
CMYK 0.01 0.55 0 0.65
HSL 298.75º 0.38% 0.25% -
HSV(B) 298.75º 0.55% 0.35% -
XYZ 6.45 4.25 9.71 -
YUV 59.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 87 40 88 0.01 0.55 0 0.65 298.75 0.38 0.25
Hex 57 28 58 1 37 0 41 12B 26 19
Octal 127 50 130 1 67 0 101 453 46 31
Binary 1010111 101000 1011000 1 110111 0 1000001 100101011 100110 11001

Color Harmonies of #572858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572858

Black with #572858

Text Example


Text Example

White with #572858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572858; }

 p { color: rgb(87,40,88); }

 H1.HeaderClassName
 {
   color: #572858;
 }
 .AnyTagClassName
 {
   color: #572858;
 }
</style>

background-color css

<style>
 a { background-color: #572858; }

 a { background-color: rgb(87,40,88); }

 div.DivClassName
 {
   background-color: #572858;
 }
 .BgClassName
 {
   background-color: #572858;
 }
</style>

border-color css

<style>
 span { border-color: #572858; }

 span { border-color: rgb(87,40,88); }

 td.TdClassName
 {
   border-color: #572858;
 }
 .TagClassName
 {
   border-color: #572858;
 }
</style>