Html Css Color HEX #591759 Palatinate Purple

📋 copy color: '#591759'

red 89 ◦ green 23 ◦ blue 89

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

Shades of Palatinate Purple #591759

Tints of Palatinate Purple #591759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 44.28%
G = 11.44%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#591759 (or 0x591759) is known color: Palatinate Purple. HEX triplet: 59, 17 and 59. RGB value is (89,23,89). Sum of RGB (Red+Green+Blue) = 89+23+89=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #591759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591759 is #A6E8A6. Grayscale: #323232. Windows color (decimal): -10938535 or 5838681. OLE color: 5838681.

HSL color Cylindrical-coordinate representation of color #591759: hue angle of 300º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #591759 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 23 89 -
CMYK 0 0.74 0 0.65
HSL 300º 0.59% 0.22% -
HSV(B) 300º 0.74% 0.35% -
XYZ 6.23 3.46 9.79 -
YUV 50.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 89 23 89 0 0.74 0 0.65 300 0.59 0.22
Hex 59 17 59 0 4A 0 41 12C 3B 16
Octal 131 27 131 0 112 0 101 454 73 26
Binary 1011001 10111 1011001 0 1001010 0 1000001 100101100 111011 10110

Color Harmonies of #591759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591759

Black with #591759

Text Example


Text Example

White with #591759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591759; }

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

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

background-color css

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

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

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

border-color css

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

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

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