#59275C

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

Shades of Hot Purple #59275C

Tints of Hot Purple #59275C

Color information

#59275C (or 0x59275C) is unknown color: approx Hot Purple. HEX triplet: 59, 27 and 5C. RGB value is (89,39,92). Sum of RGB (Red+Green+Blue) = 89+39+92=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #59275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59275C is #A6D8A3. Grayscale: #3B3B3B. Windows color (decimal): -10934436 or 6039385. OLE color: 6039385.

HSL color Cylindrical-coordinate representation of color #59275C: hue angle of 296.6º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59275C is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB893992-
CMYK0.030.5800.64
HSL296.6º40.46%25.69%-
HSV(B)296.6º57.61%36.08%-
XYZ6.784.3510.61-
YUV59.99146.06148.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=40.45%
G=17.73%
B=41.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8939920.030.5800.64296.640.4625.69
Hex59275C33A040129281a
Octal1314713437201004515032
Binary10110011001111011100111110100100000010010100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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