#581966

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

Shades of Hot Purple #581966

Tints of Hot Purple #581966

Color information

#581966 (or 0x581966) is unknown color: approx Hot Purple. HEX triplet: 58, 19 and 66. RGB value is (88,25,102). Sum of RGB (Red+Green+Blue) = 88+25+102=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 102 - color contains mainly: blue. Hex color #581966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581966 is #A7E699. Grayscale: #343434. Windows color (decimal): -11003546 or 6691160. OLE color: 6691160.

HSL color Cylindrical-coordinate representation of color #581966: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581966 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8825102-
CMYK0.140.7500.6
HSL289.09º60.63%24.9%-
HSV(B)289.09º75.49%40%-
XYZ6.773.7312.93-
YUV52.61155.87153.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 102 (40.23% from 255) = 47.44%
R=40.93%
G=11.63%
B=47.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88251020.140.7500.6289.0960.6324.9
Hex581966E4B03C1213d19
Octal13031146161130744417531
Binary101100011001110011011101001011011110010010000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581966; }

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

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

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

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

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

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

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

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