#59154B

Color #59154B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #59154B

Tints of Palatinate Purple #59154B

Color information

#59154B (or 0x59154B) is unknown color: approx Palatinate Purple. HEX triplet: 59, 15 and 4B. RGB value is (89,21,75). Sum of RGB (Red+Green+Blue) = 89+21+75=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59154B is #A6EAB4. Grayscale: #2F2F2F. Windows color (decimal): -10939061 or 4920665. OLE color: 4920665.

HSL color Cylindrical-coordinate representation of color #59154B: hue angle of 312.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59154B is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB892175-
CMYK00.760.160.65
HSL312.35º61.82%21.57%-
HSV(B)312.35º76.4%34.9%-
XYZ5.663.176.97-
YUV47.49143.53157.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 21 (8.59% from 255) = 11.35%
BLUE value IS 75 (29.69% from 255) = 40.54%
R=48.11%
G=11.35%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89217500.760.160.65312.3561.8221.57
Hex59154B04C10411383e16
Octal131251130114201014707626
Binary10110011010110010110100110010000100000110011100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59154B; }

 p { color: rgb(89,21,75); }

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

<style>
 a { background-color: #59154B; }

 a { background-color: rgb(89,21,75); }

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

<style>
 span { border-color: #59154B; }

 span { border-color: rgb(89,21,75); }

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