#581C66

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

Shades of Hot Purple #581C66

Tints of Hot Purple #581C66

Color information

#581C66 (or 0x581C66) is unknown color: approx Hot Purple. HEX triplet: 58, 1C and 66. RGB value is (88,28,102). Sum of RGB (Red+Green+Blue) = 88+28+102=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #581C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C66 is #A7E399. Grayscale: #363636. Windows color (decimal): -11002778 or 6691928. OLE color: 6691928.

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

Color convert

RGB8828102-
CMYK0.140.7300.6
HSL288.65º56.92%25.49%-
HSV(B)288.65º72.55%40%-
XYZ6.843.8612.96-
YUV54.38154.88151.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 102 (40.23% from 255) = 46.79%
R=40.37%
G=12.84%
B=46.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88281020.140.7300.6288.6556.9225.49
Hex581C66E4903C1213919
Octal13034146161110744417131
Binary101100011100110011011101001001011110010010000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581C66; }

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

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

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

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

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

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

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

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