Html Css Color HEX #572057 Hot Purple

📋 copy color: '#572057'

red 87 ◦ green 32 ◦ blue 87

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

Shades of Hot Purple #572057

Tints of Hot Purple #572057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

 BLUE value IS 87 (34.38% from 255) = 42.23%

R = 42.23%
G = 15.53%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#572057 (or 0x572057) is known color: Hot Purple. HEX triplet: 57, 20 and 57. RGB value is (87,32,87). Sum of RGB (Red+Green+Blue) = 87+32+87=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #572057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572057 is #A8DFA8. Grayscale: #363636. Windows color (decimal): -11067305 or 5709911. OLE color: 5709911.

HSL color Cylindrical-coordinate representation of color #572057: hue angle of 300º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #572057 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 32 87 -
CMYK 0 0.63 0 0.66
HSL 300º 0.46% 0.23% -
HSV(B) 300º 0.63% 0.34% -
XYZ 6.17 3.75 9.42 -
YUV 54.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 87 32 87 0 0.63 0 0.66 300 0.46 0.23
Hex 57 20 57 0 3F 0 42 12C 2E 17
Octal 127 40 127 0 77 0 102 454 56 27
Binary 1010111 100000 1010111 0 111111 0 1000010 100101100 101110 10111

Color Harmonies of #572057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572057

Black with #572057

Text Example


Text Example

White with #572057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572057; }

 p { color: rgb(87,32,87); }

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

background-color css

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

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

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

border-color css

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

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

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