#581166

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

Shades of Hot Purple #581166

Tints of Hot Purple #581166

Color information

#581166 (or 0x581166) is unknown color: approx Hot Purple. HEX triplet: 58, 11 and 66. RGB value is (88,17,102). Sum of RGB (Red+Green+Blue) = 88+17+102=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 102 (40.23% from 255 or 49.28% from 207); Max value from RGB is 102 - color contains mainly: blue. Hex color #581166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581166 is #A7EE99. Grayscale: #2F2F2F. Windows color (decimal): -11005594 or 6689112. OLE color: 6689112.

HSL color Cylindrical-coordinate representation of color #581166: hue angle of 290.12º 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 #581166 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8817102-
CMYK0.140.8300.6
HSL290.12º71.43%23.33%-
HSV(B)290.12º83.33%40%-
XYZ6.623.4312.88-
YUV47.92158.52156.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 102 (40.23% from 255) = 49.28%
R=42.51%
G=8.21%
B=49.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88171020.140.8300.6290.1271.4323.33
Hex581166E5303C1224717
Octal130211461612307444210727
Binary1011000100011100110111010100110111100100100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581166; }

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

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

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

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

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

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

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

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