#571166

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

Shades of Hot Purple #571166

Tints of Hot Purple #571166

Color information

#571166 (or 0x571166) is unknown color: approx Hot Purple. HEX triplet: 57, 11 and 66. RGB value is (87,17,102). Sum of RGB (Red+Green+Blue) = 87+17+102=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #571166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571166 is #A8EE99. Grayscale: #2F2F2F. Windows color (decimal): -11071130 or 6689111. OLE color: 6689111.

HSL color Cylindrical-coordinate representation of color #571166: hue angle of 289.41º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #571166 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8717102-
CMYK0.150.8300.6
HSL289.41º71.43%23.33%-
HSV(B)289.41º83.33%40%-
XYZ6.533.3912.88-
YUV47.62158.69156.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 17 (7.03% from 255) = 8.25%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=42.23%
G=8.25%
B=49.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87171020.150.8300.6289.4171.4323.33
Hex571166F5303C1214717
Octal127211461712307444110727
Binary1010111100011100110111110100110111100100100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571166; }

 p { color: rgb(87,17,102); }

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

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

 a { background-color: rgb(87,17,102); }

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

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

 span { border-color: rgb(87,17,102); }

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