Html Css Color HEX #59154E Palatinate Purple

📋 copy color: '#59154E'

red 89 ◦ green 21 ◦ blue 78

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

Shades of Palatinate Purple #59154E

Tints of Palatinate Purple #59154E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 47.34%
G = 11.17%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59154E (or 0x59154E) is known color: Palatinate Purple. HEX triplet: 59, 15 and 4E. RGB value is (89,21,78). Sum of RGB (Red+Green+Blue) = 89+21+78=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59154E is #A6EAB1. Grayscale: #2F2F2F. Windows color (decimal): -10939058 or 5117273. OLE color: 5117273.

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

Color convert

RGB 89 21 78 -
CMYK 0 0.76 0.12 0.65
HSL 309.71º 0.62% 0.22% -
HSV(B) 309.71º 0.76% 0.35% -
XYZ 5.76 3.21 7.52 -
YUV 47.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 89 21 78 0 0.76 0.12 0.65 309.71 0.62 0.22
Hex 59 15 4E 0 4C C 41 136 3E 16
Octal 131 25 116 0 114 14 101 466 76 26
Binary 1011001 10101 1001110 0 1001100 1100 1000001 100110110 111110 10110

Color Harmonies of #59154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59154E

Black with #59154E

Text Example


Text Example

White with #59154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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