#59315F

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

Shades of Hot Purple #59315F

Tints of Hot Purple #59315F

Color information

#59315F (or 0x59315F) is unknown color: approx Hot Purple. HEX triplet: 59, 31 and 5F. RGB value is (89,49,95). Sum of RGB (Red+Green+Blue) = 89+49+95=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #59315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59315F is #A6CEA0. Grayscale: #424242. Windows color (decimal): -10931873 or 6238553. OLE color: 6238553.

HSL color Cylindrical-coordinate representation of color #59315F: hue angle of 292.17º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59315F is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB894995-
CMYK0.060.4800.63
HSL292.17º31.94%28.24%-
HSV(B)292.17º48.42%37.25%-
XYZ7.285.1511.44-
YUV66.2144.25144.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 95 (37.5% from 255) = 40.77%
R=38.20%
G=21.03%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8949950.060.4800.63292.1731.9428.24
Hex59315F63003F124201c
Octal131611376600774444034
Binary10110011100011011111110110000011111110010010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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