#581960

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

Shades of Hot Purple #581960

Tints of Hot Purple #581960

Color information

#581960 (or 0x581960) is unknown color: approx Hot Purple. HEX triplet: 58, 19 and 60. RGB value is (88,25,96). Sum of RGB (Red+Green+Blue) = 88+25+96=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #581960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581960 is #A7E69F. Grayscale: #333333. Windows color (decimal): -11003552 or 6297944. OLE color: 6297944.

HSL color Cylindrical-coordinate representation of color #581960: hue angle of 293.24º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581960 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB882596-
CMYK0.080.7400.62
HSL293.24º58.68%23.73%-
HSV(B)293.24º73.96%37.65%-
XYZ6.483.6111.42-
YUV51.93152.87153.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=42.11%
G=11.96%
B=45.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8825960.080.7400.62293.2458.6823.73
Hex58196084A03E1253b18
Octal13031140101120764457330
Binary101100011001110000010001001010011111010010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581960; }

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

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

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

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

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

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

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

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