#581860

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

Shades of Hot Purple #581860

Tints of Hot Purple #581860

Color information

#581860 (or 0x581860) is unknown color: approx Hot Purple. HEX triplet: 58, 18 and 60. RGB value is (88,24,96). Sum of RGB (Red+Green+Blue) = 88+24+96=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #581860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581860 is #A7E79F. Grayscale: #333333. Windows color (decimal): -11003808 or 6297688. OLE color: 6297688.

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

Color convert

RGB882496-
CMYK0.080.7500.62
HSL293.33º60%23.53%-
HSV(B)293.33º75%37.65%-
XYZ6.463.5711.42-
YUV51.34153.2154.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 96 (37.89% from 255) = 46.15%
R=42.31%
G=11.54%
B=46.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8824960.080.7500.62293.336023.53
Hex58186084B03E1253c18
Octal13030140101130764457430
Binary101100011000110000010001001011011111010010010111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581860; }

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

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

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

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

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

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

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

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