#59275F

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

Shades of Hot Purple #59275F

Tints of Hot Purple #59275F

Color information

#59275F (or 0x59275F) is unknown color: approx Hot Purple. HEX triplet: 59, 27 and 5F. RGB value is (89,39,95). Sum of RGB (Red+Green+Blue) = 89+39+95=223 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.91% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #59275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59275F is #A6D8A0. Grayscale: #3C3C3C. Windows color (decimal): -10934433 or 6235993. OLE color: 6235993.

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

Color convert

RGB893995-
CMYK0.060.5900.63
HSL293.57º41.79%26.27%-
HSV(B)293.57º58.95%37.25%-
XYZ6.914.411.31-
YUV60.33147.56148.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 39.91%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 95 (37.5% from 255) = 42.60%
R=39.91%
G=17.49%
B=42.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8939950.060.5900.63293.5741.7926.27
Hex59275F63B03F1262a1a
Octal131471376730774465232
Binary10110011001111011111110111011011111110010011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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