Html Css Color HEX #591059 Palatinate Purple

📋 copy color: '#591059'

red 89 ◦ green 16 ◦ blue 89

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

Shades of Palatinate Purple #591059

Tints of Palatinate Purple #591059

RGB

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

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

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

R = 45.88%
G = 8.25%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#591059 (or 0x591059) is known color: Palatinate Purple. HEX triplet: 59, 10 and 59. RGB value is (89,16,89). Sum of RGB (Red+Green+Blue) = 89+16+89=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #591059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591059 is #A6EFA6. Grayscale: #2D2D2D. Windows color (decimal): -10940327 or 5836889. OLE color: 5836889.

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

Color convert

RGB 89 16 89 -
CMYK 0 0.82 0 0.65
HSL 300º 0.7% 0.21% -
HSV(B) 300º 0.82% 0.35% -
XYZ 6.11 3.22 9.75 -
YUV 46.15 152.18 158.56 -
System Red Green Blue C M Y K H S L
Decimal 89 16 89 0 0.82 0 0.65 300 0.7 0.21
Hex 59 10 59 0 52 0 41 12C 46 15
Octal 131 20 131 0 122 0 101 454 106 25
Binary 1011001 10000 1011001 0 1010010 0 1000001 100101100 1000110 10101

Color Harmonies of #591059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591059

Black with #591059

Text Example


Text Example

White with #591059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591059; }

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

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

background-color css

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

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

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

border-color css

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

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

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