#581F60

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

Shades of Hot Purple #581F60

Tints of Hot Purple #581F60

Color information

#581F60 (or 0x581F60) is unknown color: approx Hot Purple. HEX triplet: 58, 1F and 60. RGB value is (88,31,96). Sum of RGB (Red+Green+Blue) = 88+31+96=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #581F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581F60 is #A7E09F. Grayscale: #373737. Windows color (decimal): -11002016 or 6299480. OLE color: 6299480.

HSL color Cylindrical-coordinate representation of color #581F60: hue angle of 292.62º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581F60 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB883196-
CMYK0.080.6800.62
HSL292.62º51.18%24.9%-
HSV(B)292.62º67.71%37.65%-
XYZ6.633.911.47-
YUV55.45150.88151.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 31 (12.5% from 255) = 14.42%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=40.93%
G=14.42%
B=44.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8831960.080.6800.62292.6251.1824.9
Hex581F6084403E1253319
Octal13037140101040764456331
Binary101100011111110000010001000100011111010010010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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