Html Css Color HEX #591361 Palatinate Purple

📋 copy color: '#591361'

red 89 ◦ green 19 ◦ blue 97

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

Shades of Palatinate Purple #591361

Tints of Palatinate Purple #591361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 43.41%
G = 9.27%
B = 47.32%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591361 (or 0x591361) is known color: Palatinate Purple. HEX triplet: 59, 13 and 61. RGB value is (89,19,97). Sum of RGB (Red+Green+Blue) = 89+19+97=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #591361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591361 is #A6EC9E. Grayscale: #303030. Windows color (decimal): -10939551 or 6361945. OLE color: 6361945.

HSL color Cylindrical-coordinate representation of color #591361: hue angle of 293.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591361 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 19 97 -
CMYK 0.08 0.80 0 0.62
HSL 293.85º 0.67% 0.23% -
HSV(B) 293.85º 0.8% 0.38% -
XYZ 6.51 3.45 11.63 -
YUV 48.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 89 19 97 0.08 0.80 0 0.62 293.85 0.67 0.23
Hex 59 13 61 8 50 0 3E 126 43 17
Octal 131 23 141 10 120 0 76 446 103 27
Binary 1011001 10011 1100001 1000 1010000 0 111110 100100110 1000011 10111

Color Harmonies of #591361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591361

Black with #591361

Text Example


Text Example

White with #591361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591361; }

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

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

background-color css

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

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

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

border-color css

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

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

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