Html Css Color HEX #59174F Palatinate Purple

📋 copy color: '#59174F'

red 89 ◦ green 23 ◦ blue 79

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

Shades of Palatinate Purple #59174F

Tints of Palatinate Purple #59174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

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

R = 46.6%
G = 12.04%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59174F (or 0x59174F) is known color: Palatinate Purple. HEX triplet: 59, 17 and 4F. RGB value is (89,23,79). Sum of RGB (Red+Green+Blue) = 89+23+79=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #59174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59174F is #A6E8B0. Grayscale: #303030. Windows color (decimal): -10938545 or 5183321. OLE color: 5183321.

HSL color Cylindrical-coordinate representation of color #59174F: hue angle of 309.09º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59174F is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 23 79 -
CMYK 0 0.74 0.11 0.65
HSL 309.09º 0.59% 0.22% -
HSV(B) 309.09º 0.74% 0.35% -
XYZ 5.84 3.3 7.73 -
YUV 49.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 89 23 79 0 0.74 0.11 0.65 309.09 0.59 0.22
Hex 59 17 4F 0 4A B 41 135 3B 16
Octal 131 27 117 0 112 13 101 465 73 26
Binary 1011001 10111 1001111 0 1001010 1011 1000001 100110101 111011 10110

Color Harmonies of #59174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59174F

Black with #59174F

Text Example


Text Example

White with #59174F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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