Html Css Color HEX #591650 Palatinate Purple

📋 copy color: '#591650'

red 89 ◦ green 22 ◦ blue 80

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

Shades of Palatinate Purple #591650

Tints of Palatinate Purple #591650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 46.6%
G = 11.52%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#591650 (or 0x591650) is known color: Palatinate Purple. HEX triplet: 59, 16 and 50. RGB value is (89,22,80). Sum of RGB (Red+Green+Blue) = 89+22+80=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #591650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591650 is #A6E9AF. Grayscale: #303030. Windows color (decimal): -10938800 or 5248601. OLE color: 5248601.

HSL color Cylindrical-coordinate representation of color #591650: hue angle of 308.06º 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 #591650 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 22 80 -
CMYK 0 0.75 0.10 0.65
HSL 308.06º 0.6% 0.22% -
HSV(B) 308.06º 0.75% 0.35% -
XYZ 5.85 3.28 7.91 -
YUV 48.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 89 22 80 0 0.75 0.10 0.65 308.06 0.6 0.22
Hex 59 16 50 0 4B A 41 134 3C 16
Octal 131 26 120 0 113 12 101 464 74 26
Binary 1011001 10110 1010000 0 1001011 1010 1000001 100110100 111100 10110

Color Harmonies of #591650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591650

Black with #591650

Text Example


Text Example

White with #591650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591650; }

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

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

background-color css

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

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

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

border-color css

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

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

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