#581162

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

Shades of Hot Purple #581162

Tints of Hot Purple #581162

Color information

#581162 (or 0x581162) is unknown color: approx Hot Purple. HEX triplet: 58, 11 and 62. RGB value is (88,17,98). Sum of RGB (Red+Green+Blue) = 88+17+98=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #581162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581162 is #A7EE9D. Grayscale: #2F2F2F. Windows color (decimal): -11005598 or 6426968. OLE color: 6426968.

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

Color convert

RGB881798-
CMYK0.100.8300.62
HSL292.59º70.43%22.55%-
HSV(B)292.59º82.65%38.43%-
XYZ6.433.3611.86-
YUV47.46156.52156.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=43.35%
G=8.37%
B=48.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8817980.100.8300.62292.5970.4322.55
Hex581162A5303E1254617
Octal130211421212307644510627
Binary1011000100011100010101010100110111110100100101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581162; }

 p { color: rgb(88,17,98); }

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

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

 a { background-color: rgb(88,17,98); }

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

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

 span { border-color: rgb(88,17,98); }

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