#59295A

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

Shades of Hot Purple #59295A

Tints of Hot Purple #59295A

Color information

#59295A (or 0x59295A) is unknown color: approx Hot Purple. HEX triplet: 59, 29 and 5A. RGB value is (89,41,90). Sum of RGB (Red+Green+Blue) = 89+41+90=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #59295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59295A is #A6D6A5. Grayscale: #3C3C3C. Windows color (decimal): -10933926 or 5908825. OLE color: 5908825.

HSL color Cylindrical-coordinate representation of color #59295A: hue angle of 298.78º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59295A is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB894190-
CMYK0.010.5400.65
HSL298.78º37.4%25.69%-
HSV(B)298.78º54.44%35.29%-
XYZ6.764.4510.18-
YUV60.94144.4148.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=40.45%
G=18.64%
B=40.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8941900.010.5400.65298.7837.425.69
Hex59295A13604112b251a
Octal1315113216601014534532
Binary1011001101001101101011101100100000110010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59295A; }

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

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

<style>
 a { background-color: #59295A; }

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

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

<style>
 span { border-color: #59295A; }

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

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