#59265A

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

Shades of Hot Purple #59265A

Tints of Hot Purple #59265A

Color information

#59265A (or 0x59265A) is unknown color: approx Hot Purple. HEX triplet: 59, 26 and 5A. RGB value is (89,38,90). Sum of RGB (Red+Green+Blue) = 89+38+90=217 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.01% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #59265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59265A is #A6D9A5. Grayscale: #3B3B3B. Windows color (decimal): -10934694 or 5908057. OLE color: 5908057.

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

Color convert

RGB893890-
CMYK0.010.5800.65
HSL298.85º40.62%25.1%-
HSV(B)298.85º57.78%35.29%-
XYZ6.664.2510.14-
YUV59.18145.4149.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 41.01%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=41.01%
G=17.51%
B=41.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8938900.010.5800.65298.8540.6225.1
Hex59265A13A04112b2919
Octal1314613217201014535131
Binary1011001100110101101011110100100000110010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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