Html Css Color HEX #591057 Palatinate Purple

📋 copy color: '#591057'

red 89 ◦ green 16 ◦ blue 87

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

Shades of Palatinate Purple #591057

Tints of Palatinate Purple #591057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 46.35%
G = 8.33%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#591057 (or 0x591057) is known color: Palatinate Purple. HEX triplet: 59, 10 and 57. RGB value is (89,16,87). Sum of RGB (Red+Green+Blue) = 89+16+87=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591057 is #A6EFA8. Grayscale: #2D2D2D. Windows color (decimal): -10940329 or 5705817. OLE color: 5705817.

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

Color convert

RGB 89 16 87 -
CMYK 0 0.82 0.02 0.65
HSL 301.64º 0.7% 0.21% -
HSV(B) 301.64º 0.82% 0.35% -
XYZ 6.03 3.18 9.31 -
YUV 45.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 89 16 87 0 0.82 0.02 0.65 301.64 0.7 0.21
Hex 59 10 57 0 52 2 41 12E 46 15
Octal 131 20 127 0 122 2 101 456 106 25
Binary 1011001 10000 1010111 0 1010010 10 1000001 100101110 1000110 10101

Color Harmonies of #591057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591057

Black with #591057

Text Example


Text Example

White with #591057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591057; }

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

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

background-color css

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

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

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

border-color css

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

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

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