Html Css Color HEX #59114F Palatinate Purple

📋 copy color: '#59114F'

red 89 ◦ green 17 ◦ blue 79

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

Shades of Palatinate Purple #59114F

Tints of Palatinate Purple #59114F

RGB

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

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

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

R = 48.11%
G = 9.19%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59114F (or 0x59114F) is known color: Palatinate Purple. HEX triplet: 59, 11 and 4F. RGB value is (89,17,79). Sum of RGB (Red+Green+Blue) = 89+17+79=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59114F is #A6EEB0. Grayscale: #2D2D2D. Windows color (decimal): -10940081 or 5181785. OLE color: 5181785.

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

Color convert

RGB 89 17 79 -
CMYK 0 0.81 0.11 0.65
HSL 308.33º 0.68% 0.21% -
HSV(B) 308.33º 0.81% 0.35% -
XYZ 5.73 3.09 7.69 -
YUV 45.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 89 17 79 0 0.81 0.11 0.65 308.33 0.68 0.21
Hex 59 11 4F 0 51 B 41 134 44 15
Octal 131 21 117 0 121 13 101 464 104 25
Binary 1011001 10001 1001111 0 1010001 1011 1000001 100110100 1000100 10101

Color Harmonies of #59114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59114F

Black with #59114F

Text Example


Text Example

White with #59114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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