Html Css Color HEX #591261 Palatinate Purple

📋 copy color: '#591261'

red 89 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #591261

Tints of Palatinate Purple #591261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

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

R = 43.63%
G = 8.82%
B = 47.55%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591261 (or 0x591261) is known color: Palatinate Purple. HEX triplet: 59, 12 and 61. RGB value is (89,18,97). Sum of RGB (Red+Green+Blue) = 89+18+97=204 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.63% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #591261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591261 is #A6ED9E. Grayscale: #2F2F2F. Windows color (decimal): -10939807 or 6361689. OLE color: 6361689.

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

Color convert

RGB 89 18 97 -
CMYK 0.08 0.81 0 0.62
HSL 293.92º 0.69% 0.23% -
HSV(B) 293.92º 0.81% 0.38% -
XYZ 6.49 3.42 11.63 -
YUV 48.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 89 18 97 0.08 0.81 0 0.62 293.92 0.69 0.23
Hex 59 12 61 8 51 0 3E 126 45 17
Octal 131 22 141 10 121 0 76 446 105 27
Binary 1011001 10010 1100001 1000 1010001 0 111110 100100110 1000101 10111

Color Harmonies of #591261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591261

Black with #591261

Text Example


Text Example

White with #591261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591261; }

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

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

background-color css

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

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

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

border-color css

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

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

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