Html Css Color HEX #59154F Palatinate Purple

📋 copy color: '#59154F'

red 89 ◦ green 21 ◦ blue 79

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

Shades of Palatinate Purple #59154F

Tints of Palatinate Purple #59154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.11%

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

R = 47.09%
G = 11.11%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59154F (or 0x59154F) is known color: Palatinate Purple. HEX triplet: 59, 15 and 4F. RGB value is (89,21,79). Sum of RGB (Red+Green+Blue) = 89+21+79=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59154F is #A6EAB0. Grayscale: #2F2F2F. Windows color (decimal): -10939057 or 5182809. OLE color: 5182809.

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

Color convert

RGB 89 21 79 -
CMYK 0 0.76 0.11 0.65
HSL 308.82º 0.62% 0.22% -
HSV(B) 308.82º 0.76% 0.35% -
XYZ 5.8 3.22 7.71 -
YUV 47.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 89 21 79 0 0.76 0.11 0.65 308.82 0.62 0.22
Hex 59 15 4F 0 4C B 41 135 3E 16
Octal 131 25 117 0 114 13 101 465 76 26
Binary 1011001 10101 1001111 0 1001100 1011 1000001 100110101 111110 10110

Color Harmonies of #59154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59154F

Black with #59154F

Text Example


Text Example

White with #59154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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