#591362

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

Shades of Hot Purple #591362

Tints of Hot Purple #591362

Color information

#591362 (or 0x591362) is unknown color: approx Hot Purple. HEX triplet: 59, 13 and 62. RGB value is (89,19,98). Sum of RGB (Red+Green+Blue) = 89+19+98=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #591362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591362 is #A6EC9D. Grayscale: #303030. Windows color (decimal): -10939550 or 6427481. OLE color: 6427481.

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

Color convert

RGB891998-
CMYK0.090.8100.62
HSL293.16º67.52%22.94%-
HSV(B)293.16º80.61%38.43%-
XYZ6.563.4711.88-
YUV48.94155.69156.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.20%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=43.20%
G=9.22%
B=47.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8919980.090.8100.62293.1667.5222.94
Hex59136295103E1254417
Octal131231421112107644510427
Binary1011001100111100010100110100010111110100100101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591362; }

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

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

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

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

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

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

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

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