#571B60

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

Shades of Hot Purple #571B60

Tints of Hot Purple #571B60

Color information

#571B60 (or 0x571B60) is unknown color: approx Hot Purple. HEX triplet: 57, 1B and 60. RGB value is (87,27,96). Sum of RGB (Red+Green+Blue) = 87+27+96=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #571B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571B60 is #A8E49F. Grayscale: #343434. Windows color (decimal): -11068576 or 6298455. OLE color: 6298455.

HSL color Cylindrical-coordinate representation of color #571B60: hue angle of 292.17º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571B60 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB872796-
CMYK0.090.7200.62
HSL292.17º56.1%24.12%-
HSV(B)292.17º71.88%37.65%-
XYZ6.433.6511.43-
YUV52.81152.38152.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 27 (10.94% from 255) = 12.86%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=41.43%
G=12.86%
B=45.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8727960.090.7200.62292.1756.124.12
Hex571B6094803E1243818
Octal12733140111100764447030
Binary101011111011110000010011001000011111010010010011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571B60; }

 p { color: rgb(87,27,96); }

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

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

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

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

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

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

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