Html Css Color HEX #59164D Palatinate Purple

📋 copy color: '#59164D'

red 89 ◦ green 22 ◦ blue 77

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

Shades of Palatinate Purple #59164D

Tints of Palatinate Purple #59164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.7%

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

R = 47.34%
G = 11.7%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59164D (or 0x59164D) is known color: Palatinate Purple. HEX triplet: 59, 16 and 4D. RGB value is (89,22,77). Sum of RGB (Red+Green+Blue) = 89+22+77=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 89 - color contains mainly: red. Hex color #59164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59164D is #A6E9B2. Grayscale: #303030. Windows color (decimal): -10938803 or 5051993. OLE color: 5051993.

HSL color Cylindrical-coordinate representation of color #59164D: hue angle of 310.75º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59164D is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 77 -
CMYK 0 0.75 0.13 0.65
HSL 310.75º 0.6% 0.22% -
HSV(B) 310.75º 0.75% 0.35% -
XYZ 5.75 3.23 7.34 -
YUV 48.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 89 22 77 0 0.75 0.13 0.65 310.75 0.6 0.22
Hex 59 16 4D 0 4B D 41 137 3C 16
Octal 131 26 115 0 113 15 101 467 74 26
Binary 1011001 10110 1001101 0 1001011 1101 1000001 100110111 111100 10110

Color Harmonies of #59164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59164D

Black with #59164D

Text Example


Text Example

White with #59164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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