Html Css Color HEX #591354 Palatinate Purple

📋 copy color: '#591354'

red 89 ◦ green 19 ◦ blue 84

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

Shades of Palatinate Purple #591354

Tints of Palatinate Purple #591354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.75%

R = 46.35%
G = 9.9%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#591354 (or 0x591354) is known color: Palatinate Purple. HEX triplet: 59, 13 and 54. RGB value is (89,19,84). Sum of RGB (Red+Green+Blue) = 89+19+84=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591354 is #A6ECAB. Grayscale: #2F2F2F. Windows color (decimal): -10939564 or 5509977. OLE color: 5509977.

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

Color convert

RGB 89 19 84 -
CMYK 0 0.79 0.06 0.65
HSL 304.29º 0.65% 0.21% -
HSV(B) 304.29º 0.79% 0.35% -
XYZ 5.95 3.23 8.7 -
YUV 47.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 89 19 84 0 0.79 0.06 0.65 304.29 0.65 0.21
Hex 59 13 54 0 4F 6 41 130 41 15
Octal 131 23 124 0 117 6 101 460 101 25
Binary 1011001 10011 1010100 0 1001111 110 1000001 100110000 1000001 10101

Color Harmonies of #591354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591354

Black with #591354

Text Example


Text Example

White with #591354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591354; }

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

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

background-color css

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

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

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

border-color css

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

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

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