#581060

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

Shades of Hot Purple #581060

Tints of Hot Purple #581060

Color information

#581060 (or 0x581060) is unknown color: approx Hot Purple. HEX triplet: 58, 10 and 60. RGB value is (88,16,96). Sum of RGB (Red+Green+Blue) = 88+16+96=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #581060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581060 is #A7EF9F. Grayscale: #2E2E2E. Windows color (decimal): -11005856 or 6295640. OLE color: 6295640.

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

Color convert

RGB881696-
CMYK0.080.8300.62
HSL294º71.43%21.96%-
HSV(B)294º83.33%37.65%-
XYZ6.323.2911.37-
YUV46.65155.85157.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 96 (37.89% from 255) = 48%
R=44%
G=8%
B=48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8816960.080.8300.6229471.4321.96
Hex58106085303E1264716
Octal130201401012307644610726
Binary1011000100001100000100010100110111110100100110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581060; }

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

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

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

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

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

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

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

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