#592C61

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

Shades of Hot Purple #592C61

Tints of Hot Purple #592C61

Color information

#592C61 (or 0x592C61) is unknown color: approx Hot Purple. HEX triplet: 59, 2C and 61. RGB value is (89,44,97). Sum of RGB (Red+Green+Blue) = 89+44+97=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #592C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C61 is #A6D39E. Grayscale: #3F3F3F. Windows color (decimal): -10933151 or 6368345. OLE color: 6368345.

HSL color Cylindrical-coordinate representation of color #592C61: hue angle of 290.94º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #592C61 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB894497-
CMYK0.080.5500.62
HSL290.94º37.59%27.65%-
HSV(B)290.94º54.64%38.04%-
XYZ7.184.7911.86-
YUV63.5146.91146.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=38.70%
G=19.13%
B=42.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8944970.080.5500.62290.9437.5927.65
Hex592C6183703E123261c
Octal1315414110670764434634
Binary101100110110011000011000110111011111010010001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,44,97); }

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

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

 a { background-color: rgb(89,44,97); }

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

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

 span { border-color: rgb(89,44,97); }

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