#59315D

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

Shades of Hot Purple #59315D

Tints of Hot Purple #59315D

Color information

#59315D (or 0x59315D) is unknown color: approx Hot Purple. HEX triplet: 59, 31 and 5D. RGB value is (89,49,93). Sum of RGB (Red+Green+Blue) = 89+49+93=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #59315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59315D is #A6CEA2. Grayscale: #414141. Windows color (decimal): -10931875 or 6107481. OLE color: 6107481.

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

Color convert

RGB894993-
CMYK0.040.4700.64
HSL294.55º30.99%27.84%-
HSV(B)294.55º47.31%36.47%-
XYZ7.195.1110.96-
YUV65.98143.25144.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.53%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=38.53%
G=21.21%
B=40.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8949930.040.4700.64294.5530.9927.84
Hex59315D42F0401271f1c
Octal1316113545701004473734
Binary10110011100011011101100101111010000001001001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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