Html Css Color HEX #59134D Palatinate Purple

📋 copy color: '#59134D'

red 89 ◦ green 19 ◦ blue 77

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

Shades of Palatinate Purple #59134D

Tints of Palatinate Purple #59134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.27%

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

R = 48.11%
G = 10.27%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59134D (or 0x59134D) is known color: Palatinate Purple. HEX triplet: 59, 13 and 4D. RGB value is (89,19,77). Sum of RGB (Red+Green+Blue) = 89+19+77=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59134D is #A6ECB2. Grayscale: #2E2E2E. Windows color (decimal): -10939571 or 5051225. OLE color: 5051225.

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

Color convert

RGB 89 19 77 -
CMYK 0 0.79 0.13 0.65
HSL 310.29º 0.65% 0.21% -
HSV(B) 310.29º 0.79% 0.35% -
XYZ 5.69 3.13 7.32 -
YUV 46.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 89 19 77 0 0.79 0.13 0.65 310.29 0.65 0.21
Hex 59 13 4D 0 4F D 41 136 41 15
Octal 131 23 115 0 117 15 101 466 101 25
Binary 1011001 10011 1001101 0 1001111 1101 1000001 100110110 1000001 10101

Color Harmonies of #59134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59134D

Black with #59134D

Text Example


Text Example

White with #59134D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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