Html Css Color HEX #59144F Palatinate Purple

📋 copy color: '#59144F'

red 89 ◦ green 20 ◦ blue 79

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

Shades of Palatinate Purple #59144F

Tints of Palatinate Purple #59144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

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

R = 47.34%
G = 10.64%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59144F (or 0x59144F) is known color: Palatinate Purple. HEX triplet: 59, 14 and 4F. RGB value is (89,20,79). Sum of RGB (Red+Green+Blue) = 89+20+79=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59144F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59144F is #A6EBB0. Grayscale: #2F2F2F. Windows color (decimal): -10939313 or 5182553. OLE color: 5182553.

HSL color Cylindrical-coordinate representation of color #59144F: hue angle of 308.7º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59144F is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 20 79 -
CMYK 0 0.78 0.11 0.65
HSL 308.7º 0.63% 0.21% -
HSV(B) 308.7º 0.78% 0.35% -
XYZ 5.78 3.19 7.71 -
YUV 47.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 89 20 79 0 0.78 0.11 0.65 308.7 0.63 0.21
Hex 59 14 4F 0 4E B 41 135 3F 15
Octal 131 24 117 0 116 13 101 465 77 25
Binary 1011001 10100 1001111 0 1001110 1011 1000001 100110101 111111 10101

Color Harmonies of #59144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59144F

Black with #59144F

Text Example


Text Example

White with #59144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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