#572356

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

Shades of Hot Purple #572356

Tints of Hot Purple #572356

Color information

#572356 (or 0x572356) is unknown color: approx Hot Purple. HEX triplet: 57, 23 and 56. RGB value is (87,35,86). Sum of RGB (Red+Green+Blue) = 87+35+86=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 87 - color contains mainly: red. Hex color #572356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572356 is #A8DCA9. Grayscale: #383838. Windows color (decimal): -11066538 or 5645143. OLE color: 5645143.

HSL color Cylindrical-coordinate representation of color #572356: hue angle of 301.15º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #572356 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB873586-
CMYK00.600.010.66
HSL301.15º42.62%23.92%-
HSV(B)301.15º59.77%34.12%-
XYZ6.213.99.23-
YUV56.36144.73149.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=41.83%
G=16.83%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87358600.600.010.66301.1542.6223.92
Hex57235603C14212d2b18
Octal1274312607411024555330
Binary1010111100011101011001111001100001010010110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572356; }

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

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

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

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

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

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

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

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