Html Css Color HEX #591456 Palatinate Purple

📋 copy color: '#591456'

red 89 ◦ green 20 ◦ blue 86

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

Shades of Palatinate Purple #591456

Tints of Palatinate Purple #591456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.1%

R = 45.64%
G = 10.26%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#591456 (or 0x591456) is known color: Palatinate Purple. HEX triplet: 59, 14 and 56. RGB value is (89,20,86). Sum of RGB (Red+Green+Blue) = 89+20+86=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #591456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591456 is #A6EBA9. Grayscale: #2F2F2F. Windows color (decimal): -10939306 or 5641305. OLE color: 5641305.

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

Color convert

RGB 89 20 86 -
CMYK 0 0.78 0.03 0.65
HSL 302.61º 0.63% 0.21% -
HSV(B) 302.61º 0.78% 0.35% -
XYZ 6.05 3.3 9.12 -
YUV 48.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 89 20 86 0 0.78 0.03 0.65 302.61 0.63 0.21
Hex 59 14 56 0 4E 3 41 12F 3F 15
Octal 131 24 126 0 116 3 101 457 77 25
Binary 1011001 10100 1010110 0 1001110 11 1000001 100101111 111111 10101

Color Harmonies of #591456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591456

Black with #591456

Text Example


Text Example

White with #591456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591456; }

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

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

background-color css

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

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

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

border-color css

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

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

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