#592A60

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

Shades of Hot Purple #592A60

Tints of Hot Purple #592A60

Color information

#592A60 (or 0x592A60) is unknown color: approx Hot Purple. HEX triplet: 59, 2A and 60. RGB value is (89,42,96). Sum of RGB (Red+Green+Blue) = 89+42+96=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #592A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A60 is #A6D59F. Grayscale: #3E3E3E. Windows color (decimal): -10933664 or 6302297. OLE color: 6302297.

HSL color Cylindrical-coordinate representation of color #592A60: hue angle of 292.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #592A60 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB894296-
CMYK0.070.5600.62
HSL292.22º39.13%27.06%-
HSV(B)292.22º56.25%37.65%-
XYZ7.064.6211.59-
YUV62.21147.07147.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.21%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=39.21%
G=18.50%
B=42.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8942960.070.5600.62292.2239.1327.06
Hex592A6073803E124271b
Octal131521407700764444733
Binary10110011010101100000111111000011111010010010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592A60; }

 p { color: rgb(89,42,96); }

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

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

 a { background-color: rgb(89,42,96); }

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

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

 span { border-color: rgb(89,42,96); }

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