Html Css Color HEX #59194E Palatinate Purple

📋 copy color: '#59194E'

red 89 ◦ green 25 ◦ blue 78

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

Shades of Palatinate Purple #59194E

Tints of Palatinate Purple #59194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

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

R = 46.35%
G = 13.02%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59194E (or 0x59194E) is known color: Palatinate Purple. HEX triplet: 59, 19 and 4E. RGB value is (89,25,78). Sum of RGB (Red+Green+Blue) = 89+25+78=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #59194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59194E is #A6E6B1. Grayscale: #323232. Windows color (decimal): -10938034 or 5118297. OLE color: 5118297.

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

Color convert

RGB 89 25 78 -
CMYK 0 0.72 0.12 0.65
HSL 310.31º 0.56% 0.22% -
HSV(B) 310.31º 0.72% 0.35% -
XYZ 5.84 3.37 7.55 -
YUV 50.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 89 25 78 0 0.72 0.12 0.65 310.31 0.56 0.22
Hex 59 19 4E 0 48 C 41 136 38 16
Octal 131 31 116 0 110 14 101 466 70 26
Binary 1011001 11001 1001110 0 1001000 1100 1000001 100110110 111000 10110

Color Harmonies of #59194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59194E

Black with #59194E

Text Example


Text Example

White with #59194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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