#592E5F

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

Shades of Hot Purple #592E5F

Tints of Hot Purple #592E5F

Color information

#592E5F (or 0x592E5F) is unknown color: approx Hot Purple. HEX triplet: 59, 2E and 5F. RGB value is (89,46,95). Sum of RGB (Red+Green+Blue) = 89+46+95=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 46 (18.36% from 255 or 20% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #592E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E5F is #A6D1A0. Grayscale: #404040. Windows color (decimal): -10932641 or 6237785. OLE color: 6237785.

HSL color Cylindrical-coordinate representation of color #592E5F: hue angle of 292.65º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #592E5F is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB894695-
CMYK0.060.5200.63
HSL292.65º34.75%27.65%-
HSV(B)292.65º51.58%37.25%-
XYZ7.164.911.4-
YUV64.44145.25145.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 46 (18.36% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=38.70%
G=20%
B=41.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8946950.060.5200.63292.6534.7527.65
Hex592E5F63403F125231c
Octal131561376640774454334
Binary10110011011101011111110110100011111110010010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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