Html Css Color HEX #591257 Palatinate Purple

📋 copy color: '#591257'

red 89 ◦ green 18 ◦ blue 87

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

Shades of Palatinate Purple #591257

Tints of Palatinate Purple #591257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.28%

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

R = 45.88%
G = 9.28%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#591257 (or 0x591257) is known color: Palatinate Purple. HEX triplet: 59, 12 and 57. RGB value is (89,18,87). Sum of RGB (Red+Green+Blue) = 89+18+87=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #591257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591257 is #A6EDA8. Grayscale: #2E2E2E. Windows color (decimal): -10939817 or 5706329. OLE color: 5706329.

HSL color Cylindrical-coordinate representation of color #591257: hue angle of 301.69º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591257 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 87 -
CMYK 0 0.80 0.02 0.65
HSL 301.69º 0.66% 0.21% -
HSV(B) 301.69º 0.8% 0.35% -
XYZ 6.06 3.24 9.32 -
YUV 47.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 89 18 87 0 0.80 0.02 0.65 301.69 0.66 0.21
Hex 59 12 57 0 50 2 41 12E 42 15
Octal 131 22 127 0 120 2 101 456 102 25
Binary 1011001 10010 1010111 0 1010000 10 1000001 100101110 1000010 10101

Color Harmonies of #591257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591257

Black with #591257

Text Example


Text Example

White with #591257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591257; }

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

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

background-color css

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

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

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

border-color css

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

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

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