#592A62

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

Shades of Hot Purple #592A62

Tints of Hot Purple #592A62

Color information

#592A62 (or 0x592A62) is unknown color: approx Hot Purple. HEX triplet: 59, 2A and 62. RGB value is (89,42,98). Sum of RGB (Red+Green+Blue) = 89+42+98=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #592A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592A62 is #A6D59D. Grayscale: #3E3E3E. Windows color (decimal): -10933662 or 6433369. OLE color: 6433369.

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

Color convert

RGB894298-
CMYK0.090.5700.62
HSL290.36º40%27.45%-
HSV(B)290.36º57.14%38.43%-
XYZ7.154.6612.08-
YUV62.44148.07146.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=38.86%
G=18.34%
B=42.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8942980.090.5700.62290.364027.45
Hex592A6293903E122281b
Octal1315214211710764425033
Binary101100110101011000101001111001011111010010001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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