Html Css Color HEX #572462 Hot Purple

📋 copy color: '#572462'

red 87 ◦ green 36 ◦ blue 98

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

Shades of Hot Purple #572462

Tints of Hot Purple #572462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 39.37%
G = 16.29%
B = 44.34%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#572462 (or 0x572462) is known color: Hot Purple. HEX triplet: 57, 24 and 62. RGB value is (87,36,98). Sum of RGB (Red+Green+Blue) = 87+36+98=221 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.37% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #572462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572462 is #A8DB9D. Grayscale: #3A3A3A. Windows color (decimal): -11066270 or 6431831. OLE color: 6431831.

HSL color Cylindrical-coordinate representation of color #572462: hue angle of 289.35º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572462 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 36 98 -
CMYK 0.11 0.63 0 0.62
HSL 289.35º 0.46% 0.26% -
HSV(B) 289.35º 0.63% 0.38% -
XYZ 6.77 4.17 12 -
YUV 58.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 87 36 98 0.11 0.63 0 0.62 289.35 0.46 0.26
Hex 57 24 62 B 3F 0 3E 121 2E 1A
Octal 127 44 142 13 77 0 76 441 56 32
Binary 1010111 100100 1100010 1011 111111 0 111110 100100001 101110 11010

Color Harmonies of #572462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572462

Black with #572462

Text Example


Text Example

White with #572462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572462; }

 p { color: rgb(87,36,98); }

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

background-color css

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

 a { background-color: rgb(87,36,98); }

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

border-color css

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

 span { border-color: rgb(87,36,98); }

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