Html Css Color HEX #59114E Palatinate Purple

📋 copy color: '#59114E'

red 89 ◦ green 17 ◦ blue 78

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

Shades of Palatinate Purple #59114E

Tints of Palatinate Purple #59114E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.24%

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

R = 48.37%
G = 9.24%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59114E (or 0x59114E) is known color: Palatinate Purple. HEX triplet: 59, 11 and 4E. RGB value is (89,17,78). Sum of RGB (Red+Green+Blue) = 89+17+78=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59114E is #A6EEB1. Grayscale: #2D2D2D. Windows color (decimal): -10940082 or 5116249. OLE color: 5116249.

HSL color Cylindrical-coordinate representation of color #59114E: hue angle of 309.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59114E is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 17 78 -
CMYK 0 0.81 0.12 0.65
HSL 309.17º 0.68% 0.21% -
HSV(B) 309.17º 0.81% 0.35% -
XYZ 5.7 3.07 7.5 -
YUV 45.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 89 17 78 0 0.81 0.12 0.65 309.17 0.68 0.21
Hex 59 11 4E 0 51 C 41 135 44 15
Octal 131 21 116 0 121 14 101 465 104 25
Binary 1011001 10001 1001110 0 1010001 1100 1000001 100110101 1000100 10101

Color Harmonies of #59114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59114E

Black with #59114E

Text Example


Text Example

White with #59114E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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