#592E5A

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

Shades of Hot Purple #592E5A

Tints of Hot Purple #592E5A

Color information

#592E5A (or 0x592E5A) is unknown color: approx Hot Purple. HEX triplet: 59, 2E and 5A. RGB value is (89,46,90). Sum of RGB (Red+Green+Blue) = 89+46+90=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #592E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E5A is #A6D1A5. Grayscale: #3F3F3F. Windows color (decimal): -10932646 or 5910105. OLE color: 5910105.

HSL color Cylindrical-coordinate representation of color #592E5A: hue angle of 298.64º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #592E5A is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB894690-
CMYK0.010.4900.65
HSL298.64º32.35%26.67%-
HSV(B)298.64º48.89%35.29%-
XYZ6.944.8210.24-
YUV63.87142.75145.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.56%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 90 (35.55% from 255) = 40%
R=39.56%
G=20.44%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8946900.010.4900.65298.6432.3526.67
Hex592E5A13104112b201b
Octal1315613216101014534033
Binary1011001101110101101011100010100000110010101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,46,90); }

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

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

 a { background-color: rgb(89,46,90); }

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

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

 span { border-color: rgb(89,46,90); }

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