#59215D

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

Shades of Hot Purple #59215D

Tints of Hot Purple #59215D

Color information

#59215D (or 0x59215D) is unknown color: approx Hot Purple. HEX triplet: 59, 21 and 5D. RGB value is (89,33,93). Sum of RGB (Red+Green+Blue) = 89+33+93=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #59215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59215D is #A6DEA2. Grayscale: #383838. Windows color (decimal): -10935971 or 6103385. OLE color: 6103385.

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

Color convert

RGB893393-
CMYK0.040.6500.64
HSL296º47.62%24.71%-
HSV(B)296º64.52%36.47%-
XYZ6.64410.78-
YUV56.58148.55151.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.40%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 93 (36.72% from 255) = 43.26%
R=41.40%
G=15.35%
B=43.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8933930.040.6500.6429647.6224.71
Hex59215D4410401283019
Octal13141135410101004506031
Binary1011001100001101110110010000010100000010010100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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