#59255C

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

Shades of Hot Purple #59255C

Tints of Hot Purple #59255C

Color information

#59255C (or 0x59255C) is unknown color: approx Hot Purple. HEX triplet: 59, 25 and 5C. RGB value is (89,37,92). Sum of RGB (Red+Green+Blue) = 89+37+92=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #59255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59255C is #A6DAA3. Grayscale: #3A3A3A. Windows color (decimal): -10934948 or 6038873. OLE color: 6038873.

HSL color Cylindrical-coordinate representation of color #59255C: hue angle of 296.73º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59255C is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB893792-
CMYK0.030.6000.64
HSL296.73º42.64%25.29%-
HSV(B)296.73º59.78%36.08%-
XYZ6.714.2210.59-
YUV58.82146.73149.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 40.83%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=40.83%
G=16.97%
B=42.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8937920.030.6000.64296.7342.6425.29
Hex59255C33C0401292b19
Octal1314513437401004515331
Binary10110011001011011100111111000100000010010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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