#59305D

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

Shades of Hot Purple #59305D

Tints of Hot Purple #59305D

Color information

#59305D (or 0x59305D) is unknown color: approx Hot Purple. HEX triplet: 59, 30 and 5D. RGB value is (89,48,93). Sum of RGB (Red+Green+Blue) = 89+48+93=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #59305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59305D is #A6CFA2. Grayscale: #414141. Windows color (decimal): -10932131 or 6107225. OLE color: 6107225.

HSL color Cylindrical-coordinate representation of color #59305D: hue angle of 294.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59305D is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB894893-
CMYK0.040.4800.64
HSL294.67º31.91%27.65%-
HSV(B)294.67º48.39%36.47%-
XYZ7.155.0310.95-
YUV65.39143.58144.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=38.70%
G=20.87%
B=40.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8948930.040.4800.64294.6731.9127.65
Hex59305D430040127201c
Octal1316013546001004474034
Binary101100111000010111011001100000100000010010011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59305D; }

 p { color: rgb(89,48,93); }

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

<style>
 a { background-color: #59305D; }

 a { background-color: rgb(89,48,93); }

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

<style>
 span { border-color: #59305D; }

 span { border-color: rgb(89,48,93); }

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