#572055

Color #572055 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #572055

Tints of Hot Purple #572055

Color information

#572055 (or 0x572055) is unknown color: approx Hot Purple. HEX triplet: 57, 20 and 55. RGB value is (87,32,85). Sum of RGB (Red+Green+Blue) = 87+32+85=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #572055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572055 is #A8DFAA. Grayscale: #363636. Windows color (decimal): -11067307 or 5578839. OLE color: 5578839.

HSL color Cylindrical-coordinate representation of color #572055: hue angle of 302.18º 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 #572055 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB873285-
CMYK00.630.020.66
HSL302.18º46.22%23.33%-
HSV(B)302.18º63.22%34.12%-
XYZ6.093.728.99-
YUV54.49145.22151.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.65%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 85 (33.59% from 255) = 41.67%
R=42.65%
G=15.69%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87328500.630.020.66302.1846.2223.33
Hex57205503F24212e2e17
Octal1274012507721024565627
Binary10101111000001010101011111110100001010010111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572055; }

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

 H1.HeaderClassName
 {
   color: #572055;
 }
 .AnyTagClassName
 {
   color: #572055;
 }
</style>
background-color css

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

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

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

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

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

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