#59255E

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

Shades of Hot Purple #59255E

Tints of Hot Purple #59255E

Color information

#59255E (or 0x59255E) is unknown color: approx Hot Purple. HEX triplet: 59, 25 and 5E. RGB value is (89,37,94). Sum of RGB (Red+Green+Blue) = 89+37+94=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 94 - color contains mainly: blue. Hex color #59255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59255E is #A6DAA1. Grayscale: #3A3A3A. Windows color (decimal): -10934946 or 6169945. OLE color: 6169945.

HSL color Cylindrical-coordinate representation of color #59255E: hue angle of 294.74º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59255E is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB893794-
CMYK0.050.6100.63
HSL294.74º43.51%25.69%-
HSV(B)294.74º60.64%36.86%-
XYZ6.84.2611.05-
YUV59.05147.73149.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.45%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=40.45%
G=16.82%
B=42.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8937940.050.6100.63294.7443.5125.69
Hex59255E53D03F1272c1a
Octal131451365750774475432
Binary10110011001011011110101111101011111110010011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59255E; }

 p { color: rgb(89,37,94); }

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

<style>
 a { background-color: #59255E; }

 a { background-color: rgb(89,37,94); }

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

<style>
 span { border-color: #59255E; }

 span { border-color: rgb(89,37,94); }

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