#581866

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

Shades of Hot Purple #581866

Tints of Hot Purple #581866

Color information

#581866 (or 0x581866) is unknown color: approx Hot Purple. HEX triplet: 58, 18 and 66. RGB value is (88,24,102). Sum of RGB (Red+Green+Blue) = 88+24+102=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #581866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581866 is #A7E799. Grayscale: #333333. Windows color (decimal): -11003802 or 6690904. OLE color: 6690904.

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

Color convert

RGB8824102-
CMYK0.140.7600.6
HSL289.23º61.9%24.71%-
HSV(B)289.23º76.47%40%-
XYZ6.753.6912.93-
YUV52.03156.2153.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=41.12%
G=11.21%
B=47.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88241020.140.7600.6289.2361.924.71
Hex581866E4C03C1213e19
Octal13030146161140744417631
Binary101100011000110011011101001100011110010010000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581866; }

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

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

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

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

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

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

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

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