Html Css Color HEX #572359 Hot Purple

📋 copy color: '#572359'

red 87 ◦ green 35 ◦ blue 89

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

Shades of Hot Purple #572359

Tints of Hot Purple #572359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 41.23%
G = 16.59%
B = 42.18%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#572359 (or 0x572359) is known color: Hot Purple. HEX triplet: 57, 23 and 59. RGB value is (87,35,89). Sum of RGB (Red+Green+Blue) = 87+35+89=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #572359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572359 is #A8DCA6. Grayscale: #383838. Windows color (decimal): -11066535 or 5841751. OLE color: 5841751.

HSL color Cylindrical-coordinate representation of color #572359: hue angle of 297.78º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572359 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 35 89 -
CMYK 0.02 0.61 0 0.65
HSL 297.78º 0.44% 0.24% -
HSV(B) 297.78º 0.61% 0.35% -
XYZ 6.33 3.95 9.88 -
YUV 56.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 87 35 89 0.02 0.61 0 0.65 297.78 0.44 0.24
Hex 57 23 59 2 3D 0 41 12A 2C 18
Octal 127 43 131 2 75 0 101 452 54 30
Binary 1010111 100011 1011001 10 111101 0 1000001 100101010 101100 11000

Color Harmonies of #572359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572359

Black with #572359

Text Example


Text Example

White with #572359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572359; }

 p { color: rgb(87,35,89); }

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

background-color css

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

 a { background-color: rgb(87,35,89); }

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

border-color css

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

 span { border-color: rgb(87,35,89); }

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