Html Css Color HEX #591659 Palatinate Purple

📋 copy color: '#591659'

red 89 ◦ green 22 ◦ blue 89

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

Shades of Palatinate Purple #591659

Tints of Palatinate Purple #591659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

 BLUE value IS 89 (35.16% from 255) = 44.5%

R = 44.5%
G = 11%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#591659 (or 0x591659) is known color: Palatinate Purple. HEX triplet: 59, 16 and 59. RGB value is (89,22,89). Sum of RGB (Red+Green+Blue) = 89+22+89=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #591659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591659 is #A6E9A6. Grayscale: #313131. Windows color (decimal): -10938791 or 5838425. OLE color: 5838425.

HSL color Cylindrical-coordinate representation of color #591659: hue angle of 300º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591659 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 89 -
CMYK 0 0.75 0 0.65
HSL 300º 0.6% 0.22% -
HSV(B) 300º 0.75% 0.35% -
XYZ 6.21 3.42 9.78 -
YUV 49.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 89 22 89 0 0.75 0 0.65 300 0.6 0.22
Hex 59 16 59 0 4B 0 41 12C 3C 16
Octal 131 26 131 0 113 0 101 454 74 26
Binary 1011001 10110 1011001 0 1001011 0 1000001 100101100 111100 10110

Color Harmonies of #591659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591659

Black with #591659

Text Example


Text Example

White with #591659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591659; }

 p { color: rgb(89,22,89); }

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

background-color css

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

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

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

border-color css

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

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

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