Html Css Color HEX #59134C Palatinate Purple

📋 copy color: '#59134C'

red 89 ◦ green 19 ◦ blue 76

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

Shades of Palatinate Purple #59134C

Tints of Palatinate Purple #59134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.3%

R = 48.37%
G = 10.33%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59134C (or 0x59134C) is known color: Palatinate Purple. HEX triplet: 59, 13 and 4C. RGB value is (89,19,76). Sum of RGB (Red+Green+Blue) = 89+19+76=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59134C is #A6ECB3. Grayscale: #2E2E2E. Windows color (decimal): -10939572 or 4985689. OLE color: 4985689.

HSL color Cylindrical-coordinate representation of color #59134C: hue angle of 311.14º 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 #59134C is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 19 76 -
CMYK 0 0.79 0.15 0.65
HSL 311.14º 0.65% 0.21% -
HSV(B) 311.14º 0.79% 0.35% -
XYZ 5.66 3.11 7.14 -
YUV 46.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 89 19 76 0 0.79 0.15 0.65 311.14 0.65 0.21
Hex 59 13 4C 0 4F F 41 137 41 15
Octal 131 23 114 0 117 17 101 467 101 25
Binary 1011001 10011 1001100 0 1001111 1111 1000001 100110111 1000001 10101

Color Harmonies of #59134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59134C

Black with #59134C

Text Example


Text Example

White with #59134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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