Html Css Color HEX #591051 Palatinate Purple

📋 copy color: '#591051'

red 89 ◦ green 16 ◦ blue 81

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

Shades of Palatinate Purple #591051

Tints of Palatinate Purple #591051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 47.85%
G = 8.6%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#591051 (or 0x591051) is known color: Palatinate Purple. HEX triplet: 59, 10 and 51. RGB value is (89,16,81). Sum of RGB (Red+Green+Blue) = 89+16+81=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #591051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591051 is #A6EFAE. Grayscale: #2D2D2D. Windows color (decimal): -10940335 or 5312601. OLE color: 5312601.

HSL color Cylindrical-coordinate representation of color #591051: hue angle of 306.58º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591051 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 16 81 -
CMYK 0 0.82 0.09 0.65
HSL 306.58º 0.7% 0.21% -
HSV(B) 306.58º 0.82% 0.35% -
XYZ 5.79 3.09 8.08 -
YUV 45.24 148.18 159.21 -
System Red Green Blue C M Y K H S L
Decimal 89 16 81 0 0.82 0.09 0.65 306.58 0.7 0.21
Hex 59 10 51 0 52 9 41 133 46 15
Octal 131 20 121 0 122 11 101 463 106 25
Binary 1011001 10000 1010001 0 1010010 1001 1000001 100110011 1000110 10101

Color Harmonies of #591051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591051

Black with #591051

Text Example


Text Example

White with #591051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591051; }

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

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

background-color css

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

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

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

border-color css

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

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

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