Html Css Color HEX #59124D Palatinate Purple

📋 copy color: '#59124D'

red 89 ◦ green 18 ◦ blue 77

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

Shades of Palatinate Purple #59124D

Tints of Palatinate Purple #59124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

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

R = 48.37%
G = 9.78%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#59124D (or 0x59124D) is known color: Palatinate Purple. HEX triplet: 59, 12 and 4D. RGB value is (89,18,77). Sum of RGB (Red+Green+Blue) = 89+18+77=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59124D is #A6EDB2. Grayscale: #2D2D2D. Windows color (decimal): -10939827 or 5050969. OLE color: 5050969.

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

Color convert

RGB 89 18 77 -
CMYK 0 0.80 0.13 0.65
HSL 310.14º 0.66% 0.21% -
HSV(B) 310.14º 0.8% 0.35% -
XYZ 5.68 3.09 7.32 -
YUV 45.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 89 18 77 0 0.80 0.13 0.65 310.14 0.66 0.21
Hex 59 12 4D 0 50 D 41 136 42 15
Octal 131 22 115 0 120 15 101 466 102 25
Binary 1011001 10010 1001101 0 1010000 1101 1000001 100110110 1000010 10101

Color Harmonies of #59124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59124D

Black with #59124D

Text Example


Text Example

White with #59124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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