#591962

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

Shades of Hot Purple #591962

Tints of Hot Purple #591962

Color information

#591962 (or 0x591962) is unknown color: approx Hot Purple. HEX triplet: 59, 19 and 62. RGB value is (89,25,98). Sum of RGB (Red+Green+Blue) = 89+25+98=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #591962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591962 is #A6E69D. Grayscale: #343434. Windows color (decimal): -10938014 or 6429017. OLE color: 6429017.

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

Color convert

RGB892598-
CMYK0.090.7400.62
HSL292.6º59.35%24.12%-
HSV(B)292.6º74.49%38.43%-
XYZ6.673.711.92-
YUV52.46153.7154.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.98%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=41.98%
G=11.79%
B=46.23%

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
Decimal8925980.090.7400.62292.659.3524.12
Hex59196294A03E1253b18
Octal13131142111120764457330
Binary101100111001110001010011001010011111010010010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591962; }

 p { color: rgb(89,25,98); }

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

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

 a { background-color: rgb(89,25,98); }

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

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

 span { border-color: rgb(89,25,98); }

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