#59235D

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

Shades of Hot Purple #59235D

Tints of Hot Purple #59235D

Color information

#59235D (or 0x59235D) is unknown color: approx Hot Purple. HEX triplet: 59, 23 and 5D. RGB value is (89,35,93). Sum of RGB (Red+Green+Blue) = 89+35+93=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #59235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59235D is #A6DCA2. Grayscale: #393939. Windows color (decimal): -10935459 or 6103897. OLE color: 6103897.

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

Color convert

RGB893593-
CMYK0.040.6200.64
HSL295.86º45.31%25.1%-
HSV(B)295.86º62.37%36.47%-
XYZ6.74.1210.8-
YUV57.76147.89150.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=41.01%
G=16.13%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8935930.040.6200.64295.8645.3125.1
Hex59235D43E0401282d19
Octal1314313547601004505531
Binary101100110001110111011001111100100000010010100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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