#581961

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

Shades of Hot Purple #581961

Tints of Hot Purple #581961

Color information

#581961 (or 0x581961) is unknown color: approx Hot Purple. HEX triplet: 58, 19 and 61. RGB value is (88,25,97). Sum of RGB (Red+Green+Blue) = 88+25+97=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #581961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581961 is #A7E69E. Grayscale: #333333. Windows color (decimal): -11003551 or 6363480. OLE color: 6363480.

HSL color Cylindrical-coordinate representation of color #581961: hue angle of 292.5º 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 #581961 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB882597-
CMYK0.090.7400.62
HSL292.5º59.02%23.92%-
HSV(B)292.5º74.23%38.04%-
XYZ6.533.6311.67-
YUV52.04153.37153.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.90%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 97 (38.28% from 255) = 46.19%
R=41.90%
G=11.90%
B=46.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8825970.090.7400.62292.559.0223.92
Hex58196194A03E1243b18
Octal13031141111120764447330
Binary101100011001110000110011001010011111010010010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581961; }

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

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

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

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

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

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

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

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