#591A5F

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

Shades of Hot Purple #591A5F

Tints of Hot Purple #591A5F

Color information

#591A5F (or 0x591A5F) is unknown color: approx Hot Purple. HEX triplet: 59, 1A and 5F. RGB value is (89,26,95). Sum of RGB (Red+Green+Blue) = 89+26+95=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #591A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A5F is #A6E5A0. Grayscale: #343434. Windows color (decimal): -10937761 or 6232665. OLE color: 6232665.

HSL color Cylindrical-coordinate representation of color #591A5F: hue angle of 294.78º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #591A5F is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB892695-
CMYK0.060.7300.63
HSL294.78º57.02%23.73%-
HSV(B)294.78º72.63%37.25%-
XYZ6.553.6911.19-
YUV52.7151.87153.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 42.38%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=42.38%
G=12.38%
B=45.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8926950.060.7300.63294.7857.0223.73
Hex591A5F64903F1273918
Octal1313213761110774477130
Binary10110011101010111111101001001011111110010011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591A5F; }

 p { color: rgb(89,26,95); }

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

<style>
 a { background-color: #591A5F; }

 a { background-color: rgb(89,26,95); }

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

<style>
 span { border-color: #591A5F; }

 span { border-color: rgb(89,26,95); }

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