Html Css Color HEX #591065 Palatinate Purple

📋 copy color: '#591065'

red 89 ◦ green 16 ◦ blue 101

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

Shades of Palatinate Purple #591065

Tints of Palatinate Purple #591065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.77%

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 43.2%
G = 7.77%
B = 49.03%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#591065 (or 0x591065) is known color: Palatinate Purple. HEX triplet: 59, 10 and 65. RGB value is (89,16,101). Sum of RGB (Red+Green+Blue) = 89+16+101=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #591065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591065 is #A6EF9A. Grayscale: #2F2F2F. Windows color (decimal): -10940315 or 6623321. OLE color: 6623321.

HSL color Cylindrical-coordinate representation of color #591065: hue angle of 291.53º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591065 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 16 101 -
CMYK 0.12 0.84 0 0.60
HSL 291.53º 0.73% 0.23% -
HSV(B) 291.53º 0.84% 0.4% -
XYZ 6.65 3.43 12.62 -
YUV 47.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 89 16 101 0.12 0.84 0 0.60 291.53 0.73 0.23
Hex 59 10 65 C 54 0 3C 124 49 17
Octal 131 20 145 14 124 0 74 444 111 27
Binary 1011001 10000 1100101 1100 1010100 0 111100 100100100 1001001 10111

Color Harmonies of #591065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591065

Black with #591065

Text Example


Text Example

White with #591065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591065; }

 p { color: rgb(89,16,101); }

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

background-color css

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

 a { background-color: rgb(89,16,101); }

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

border-color css

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

 span { border-color: rgb(89,16,101); }

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