#572655

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

Shades of Hot Purple #572655

Tints of Hot Purple #572655

Color information

#572655 (or 0x572655) is unknown color: approx Hot Purple. HEX triplet: 57, 26 and 55. RGB value is (87,38,85). Sum of RGB (Red+Green+Blue) = 87+38+85=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #572655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572655 is #A8D9AA. Grayscale: #393939. Windows color (decimal): -11065771 or 5580375. OLE color: 5580375.

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

Color convert

RGB873885-
CMYK00.560.020.66
HSL302.45º39.2%24.51%-
HSV(B)302.45º56.32%34.12%-
XYZ6.264.079.05-
YUV58.01143.23148.68-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=41.43%
G=18.10%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87388500.560.020.66302.4539.224.51
Hex57265503824212e2719
Octal1274612507021024564731
Binary10101111001101010101011100010100001010010111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572655; }

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

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

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

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

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

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

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

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