Html Css Color HEX #59154C Palatinate Purple

📋 copy color: '#59154C'

red 89 ◦ green 21 ◦ blue 76

#59154C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #59154C

Tints of Palatinate Purple #59154C

RGB

 RED value IS 89 (35.16% from 255) = 47.85%

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 47.85%
G = 11.29%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59154C (or 0x59154C) is known color: Palatinate Purple. HEX triplet: 59, 15 and 4C. RGB value is (89,21,76). Sum of RGB (Red+Green+Blue) = 89+21+76=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59154C is #A6EAB3. Grayscale: #2F2F2F. Windows color (decimal): -10939060 or 4986201. OLE color: 4986201.

HSL color Cylindrical-coordinate representation of color #59154C: hue angle of 311.47º 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 #59154C is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 76 -
CMYK 0 0.76 0.15 0.65
HSL 311.47º 0.62% 0.22% -
HSV(B) 311.47º 0.76% 0.35% -
XYZ 5.69 3.18 7.15 -
YUV 47.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 89 21 76 0 0.76 0.15 0.65 311.47 0.62 0.22
Hex 59 15 4C 0 4C F 41 137 3E 16
Octal 131 25 114 0 114 17 101 467 76 26
Binary 1011001 10101 1001100 0 1001100 1111 1000001 100110111 111110 10110

Color Harmonies of #59154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59154C

Black with #59154C

Text Example


Text Example

White with #59154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59154C;
 }
 .AnyTagClassName
 {
   color: #59154C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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