Html Css Color HEX #59154D Palatinate Purple

📋 copy color: '#59154D'

red 89 ◦ green 21 ◦ blue 77

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

Shades of Palatinate Purple #59154D

Tints of Palatinate Purple #59154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.18%

R = 47.59%
G = 11.23%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59154D (or 0x59154D) is known color: Palatinate Purple. HEX triplet: 59, 15 and 4D. RGB value is (89,21,77). Sum of RGB (Red+Green+Blue) = 89+21+77=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59154D is #A6EAB2. Grayscale: #2F2F2F. Windows color (decimal): -10939059 or 5051737. OLE color: 5051737.

HSL color Cylindrical-coordinate representation of color #59154D: hue angle of 310.59º 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 #59154D is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 21 77 -
CMYK 0 0.76 0.13 0.65
HSL 310.59º 0.62% 0.22% -
HSV(B) 310.59º 0.76% 0.35% -
XYZ 5.73 3.2 7.34 -
YUV 47.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 89 21 77 0 0.76 0.13 0.65 310.59 0.62 0.22
Hex 59 15 4D 0 4C D 41 137 3E 16
Octal 131 25 115 0 114 15 101 467 76 26
Binary 1011001 10101 1001101 0 1001100 1101 1000001 100110111 111110 10110

Color Harmonies of #59154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59154D

Black with #59154D

Text Example


Text Example

White with #59154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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