#572455

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

Shades of Hot Purple #572455

Tints of Hot Purple #572455

Color information

#572455 (or 0x572455) is unknown color: approx Hot Purple. HEX triplet: 57, 24 and 55. RGB value is (87,36,85). Sum of RGB (Red+Green+Blue) = 87+36+85=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #572455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572455 is #A8DBAA. Grayscale: #383838. Windows color (decimal): -11066283 or 5579863. OLE color: 5579863.

HSL color Cylindrical-coordinate representation of color #572455: hue angle of 302.35º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #572455 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB873685-
CMYK00.590.020.66
HSL302.35º41.46%24.12%-
HSV(B)302.35º58.62%34.12%-
XYZ6.23.949.03-
YUV56.83143.9149.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 85 (33.59% from 255) = 40.87%
R=41.83%
G=17.31%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87368500.590.020.66302.3541.4624.12
Hex57245503B24212e2918
Octal1274412507321024565130
Binary10101111001001010101011101110100001010010111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572455; }

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

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

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

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

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

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

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

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