#59335C

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

Shades of Hot Purple #59335C

Tints of Hot Purple #59335C

Color information

#59335C (or 0x59335C) is unknown color: approx Hot Purple. HEX triplet: 59, 33 and 5C. RGB value is (89,51,92). Sum of RGB (Red+Green+Blue) = 89+51+92=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #59335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59335C is #A6CCA3. Grayscale: #424242. Windows color (decimal): -10931364 or 6042457. OLE color: 6042457.

HSL color Cylindrical-coordinate representation of color #59335C: hue angle of 295.61º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59335C is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB895192-
CMYK0.030.4500.64
HSL295.61º28.67%28.04%-
HSV(B)295.61º44.57%36.08%-
XYZ7.245.2610.76-
YUV67.04142.09143.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.36%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=38.36%
G=21.98%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8951920.030.4500.64295.6128.6728.04
Hex59335C32D0401281d1c
Octal1316313435501004503534
Binary1011001110011101110011101101010000001001010001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59335C; }

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

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

<style>
 a { background-color: #59335C; }

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

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

<style>
 span { border-color: #59335C; }

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

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