Html Css Color HEX #591457 Palatinate Purple

📋 copy color: '#591457'

red 89 ◦ green 20 ◦ blue 87

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

Shades of Palatinate Purple #591457

Tints of Palatinate Purple #591457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

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

R = 45.41%
G = 10.2%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#591457 (or 0x591457) is known color: Palatinate Purple. HEX triplet: 59, 14 and 57. RGB value is (89,20,87). Sum of RGB (Red+Green+Blue) = 89+20+87=196 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.41% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 89 - color contains mainly: red. Hex color #591457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591457 is #A6EBA8. Grayscale: #303030. Windows color (decimal): -10939305 or 5706841. OLE color: 5706841.

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

Color convert

RGB 89 20 87 -
CMYK 0 0.78 0.02 0.65
HSL 301.74º 0.63% 0.21% -
HSV(B) 301.74º 0.78% 0.35% -
XYZ 6.09 3.31 9.34 -
YUV 48.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 89 20 87 0 0.78 0.02 0.65 301.74 0.63 0.21
Hex 59 14 57 0 4E 2 41 12E 3F 15
Octal 131 24 127 0 116 2 101 456 77 25
Binary 1011001 10100 1010111 0 1001110 10 1000001 100101110 111111 10101

Color Harmonies of #591457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591457

Black with #591457

Text Example


Text Example

White with #591457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591457; }

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

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

background-color css

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

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

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

border-color css

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

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

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