Html Css Color HEX #59134F Palatinate Purple

📋 copy color: '#59134F'

red 89 ◦ green 19 ◦ blue 79

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

Shades of Palatinate Purple #59134F

Tints of Palatinate Purple #59134F

RGB

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

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

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

R = 47.59%
G = 10.16%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59134F (or 0x59134F) is known color: Palatinate Purple. HEX triplet: 59, 13 and 4F. RGB value is (89,19,79). Sum of RGB (Red+Green+Blue) = 89+19+79=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59134F is #A6ECB0. Grayscale: #2E2E2E. Windows color (decimal): -10939569 or 5182297. OLE color: 5182297.

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

Color convert

RGB 89 19 79 -
CMYK 0 0.79 0.11 0.65
HSL 308.57º 0.65% 0.21% -
HSV(B) 308.57º 0.79% 0.35% -
XYZ 5.76 3.15 7.7 -
YUV 46.77 146.19 158.12 -
System Red Green Blue C M Y K H S L
Decimal 89 19 79 0 0.79 0.11 0.65 308.57 0.65 0.21
Hex 59 13 4F 0 4F B 41 135 41 15
Octal 131 23 117 0 117 13 101 465 101 25
Binary 1011001 10011 1001111 0 1001111 1011 1000001 100110101 1000001 10101

Color Harmonies of #59134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59134F

Black with #59134F

Text Example


Text Example

White with #59134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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