#592D62

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

Shades of Hot Purple #592D62

Tints of Hot Purple #592D62

Color information

#592D62 (or 0x592D62) is unknown color: approx Hot Purple. HEX triplet: 59, 2D and 62. RGB value is (89,45,98). Sum of RGB (Red+Green+Blue) = 89+45+98=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #592D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592D62 is #A6D29D. Grayscale: #404040. Windows color (decimal): -10932894 or 6434137. OLE color: 6434137.

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

Color convert

RGB894598-
CMYK0.090.5400.62
HSL289.81º37.06%28.04%-
HSV(B)289.81º54.08%38.43%-
XYZ7.264.8812.11-
YUV64.2147.08145.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=38.36%
G=19.40%
B=42.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8945980.090.5400.62289.8137.0628.04
Hex592D6293603E122251c
Octal1315514211660764424534
Binary101100110110111000101001110110011111010010001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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