Html Css Color HEX #59104F Palatinate Purple

📋 copy color: '#59104F'

red 89 ◦ green 16 ◦ blue 79

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

Shades of Palatinate Purple #59104F

Tints of Palatinate Purple #59104F

RGB

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

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

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

R = 48.37%
G = 8.7%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59104F (or 0x59104F) is known color: Palatinate Purple. HEX triplet: 59, 10 and 4F. RGB value is (89,16,79). Sum of RGB (Red+Green+Blue) = 89+16+79=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59104F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59104F is #A6EFB0. Grayscale: #2C2C2C. Windows color (decimal): -10940337 or 5181529. OLE color: 5181529.

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

Color convert

RGB 89 16 79 -
CMYK 0 0.82 0.11 0.65
HSL 308.22º 0.7% 0.21% -
HSV(B) 308.22º 0.82% 0.35% -
XYZ 5.72 3.06 7.69 -
YUV 45.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 89 16 79 0 0.82 0.11 0.65 308.22 0.7 0.21
Hex 59 10 4F 0 52 B 41 134 46 15
Octal 131 20 117 0 122 13 101 464 106 25
Binary 1011001 10000 1001111 0 1010010 1011 1000001 100110100 1000110 10101

Color Harmonies of #59104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59104F

Black with #59104F

Text Example


Text Example

White with #59104F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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