Html Css Color HEX #59104E Palatinate Purple

📋 copy color: '#59104E'

red 89 ◦ green 16 ◦ blue 78

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

Shades of Palatinate Purple #59104E

Tints of Palatinate Purple #59104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

 BLUE value IS 78 (30.86% from 255) = 42.62%

R = 48.63%
G = 8.74%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59104E (or 0x59104E) is known color: Palatinate Purple. HEX triplet: 59, 10 and 4E. RGB value is (89,16,78). Sum of RGB (Red+Green+Blue) = 89+16+78=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59104E is #A6EFB1. Grayscale: #2C2C2C. Windows color (decimal): -10940338 or 5115993. OLE color: 5115993.

HSL color Cylindrical-coordinate representation of color #59104E: hue angle of 309.04º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59104E is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 16 78 -
CMYK 0 0.82 0.12 0.65
HSL 309.04º 0.7% 0.21% -
HSV(B) 309.04º 0.82% 0.35% -
XYZ 5.68 3.04 7.5 -
YUV 44.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 89 16 78 0 0.82 0.12 0.65 309.04 0.7 0.21
Hex 59 10 4E 0 52 C 41 135 46 15
Octal 131 20 116 0 122 14 101 465 106 25
Binary 1011001 10000 1001110 0 1010010 1100 1000001 100110101 1000110 10101

Color Harmonies of #59104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59104E

Black with #59104E

Text Example


Text Example

White with #59104E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59104E; }

 p { color: rgb(89,16,78); }

 H1.HeaderClassName
 {
   color: #59104E;
 }
 .AnyTagClassName
 {
   color: #59104E;
 }
</style>

background-color css

<style>
 a { background-color: #59104E; }

 a { background-color: rgb(89,16,78); }

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

border-color css

<style>
 span { border-color: #59104E; }

 span { border-color: rgb(89,16,78); }

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