Html Css Color HEX #59194F Palatinate Purple

📋 copy color: '#59194F'

red 89 ◦ green 25 ◦ blue 79

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

Shades of Palatinate Purple #59194F

Tints of Palatinate Purple #59194F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.93%

R = 46.11%
G = 12.95%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59194F (or 0x59194F) is known color: Palatinate Purple. HEX triplet: 59, 19 and 4F. RGB value is (89,25,79). Sum of RGB (Red+Green+Blue) = 89+25+79=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 89 - color contains mainly: red. Hex color #59194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59194F is #A6E6B0. Grayscale: #323232. Windows color (decimal): -10938033 or 5183833. OLE color: 5183833.

HSL color Cylindrical-coordinate representation of color #59194F: hue angle of 309.38º 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 #59194F is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 25 79 -
CMYK 0 0.72 0.11 0.65
HSL 309.38º 0.56% 0.22% -
HSV(B) 309.38º 0.72% 0.35% -
XYZ 5.88 3.38 7.74 -
YUV 50.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 89 25 79 0 0.72 0.11 0.65 309.38 0.56 0.22
Hex 59 19 4F 0 48 B 41 135 38 16
Octal 131 31 117 0 110 13 101 465 70 26
Binary 1011001 11001 1001111 0 1001000 1011 1000001 100110101 111000 10110

Color Harmonies of #59194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59194F

Black with #59194F

Text Example


Text Example

White with #59194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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