#592E5C

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

Shades of Hot Purple #592E5C

Tints of Hot Purple #592E5C

Color information

#592E5C (or 0x592E5C) is unknown color: approx Hot Purple. HEX triplet: 59, 2E and 5C. RGB value is (89,46,92). Sum of RGB (Red+Green+Blue) = 89+46+92=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #592E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592E5C is #A6D1A3. Grayscale: #3F3F3F. Windows color (decimal): -10932644 or 6041177. OLE color: 6041177.

HSL color Cylindrical-coordinate representation of color #592E5C: hue angle of 296.09º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #592E5C is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB894692-
CMYK0.030.5000.64
HSL296.09º33.33%27.06%-
HSV(B)296.09º50%36.08%-
XYZ7.034.8510.69-
YUV64.1143.75145.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.21%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 92 (36.33% from 255) = 40.53%
R=39.21%
G=20.26%
B=40.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8946920.030.5000.64296.0933.3327.06
Hex592E5C332040128211b
Octal1315613436201004504133
Binary10110011011101011100111100100100000010010100010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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