#59365A

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

Shades of Hot Purple #59365A

Tints of Hot Purple #59365A

Color information

#59365A (or 0x59365A) is unknown color: approx Hot Purple. HEX triplet: 59, 36 and 5A. RGB value is (89,54,90). Sum of RGB (Red+Green+Blue) = 89+54+90=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 90 - color contains mainly: blue. Hex color #59365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59365A is #A6C9A5. Grayscale: #444444. Windows color (decimal): -10930598 or 5912153. OLE color: 5912153.

HSL color Cylindrical-coordinate representation of color #59365A: hue angle of 298.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59365A is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB895490-
CMYK0.010.4000.65
HSL298.33º25%28.24%-
HSV(B)298.33º40%35.29%-
XYZ7.285.510.35-
YUV68.57140.1142.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=38.20%
G=23.18%
B=38.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8954900.010.4000.65298.332528.24
Hex59365A12804112a191c
Octal1316613215001014523134
Binary101100111011010110101101000010000011001010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59365A; }

 p { color: rgb(89,54,90); }

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

<style>
 a { background-color: #59365A; }

 a { background-color: rgb(89,54,90); }

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

<style>
 span { border-color: #59365A; }

 span { border-color: rgb(89,54,90); }

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