Html Css Color HEX #591460 Palatinate Purple

📋 copy color: '#591460'

red 89 ◦ green 20 ◦ blue 96

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

Shades of Palatinate Purple #591460

Tints of Palatinate Purple #591460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.76%

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 43.41%
G = 9.76%
B = 46.83%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591460 (or 0x591460) is known color: Palatinate Purple. HEX triplet: 59, 14 and 60. RGB value is (89,20,96). Sum of RGB (Red+Green+Blue) = 89+20+96=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #591460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591460 is #A6EB9F. Grayscale: #313131. Windows color (decimal): -10939296 or 6296665. OLE color: 6296665.

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

Color convert

RGB 89 20 96 -
CMYK 0.07 0.79 0 0.62
HSL 294.47º 0.66% 0.23% -
HSV(B) 294.47º 0.79% 0.38% -
XYZ 6.48 3.47 11.39 -
YUV 49.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 89 20 96 0.07 0.79 0 0.62 294.47 0.66 0.23
Hex 59 14 60 7 4F 0 3E 126 42 17
Octal 131 24 140 7 117 0 76 446 102 27
Binary 1011001 10100 1100000 111 1001111 0 111110 100100110 1000010 10111

Color Harmonies of #591460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591460

Black with #591460

Text Example


Text Example

White with #591460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591460; }

 p { color: rgb(89,20,96); }

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

background-color css

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

 a { background-color: rgb(89,20,96); }

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

border-color css

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

 span { border-color: rgb(89,20,96); }

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