Html Css Color HEX #591755 Palatinate Purple

📋 copy color: '#591755'

red 89 ◦ green 23 ◦ blue 85

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

Shades of Palatinate Purple #591755

Tints of Palatinate Purple #591755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.15%

R = 45.18%
G = 11.68%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#591755 (or 0x591755) is known color: Palatinate Purple. HEX triplet: 59, 17 and 55. RGB value is (89,23,85). Sum of RGB (Red+Green+Blue) = 89+23+85=197 (26% of max value = 765). Red value is 89 (35.16% from 255 or 45.18% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 89 - color contains mainly: red. Hex color #591755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591755 is #A6E8AA. Grayscale: #313131. Windows color (decimal): -10938539 or 5576537. OLE color: 5576537.

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

Color convert

RGB 89 23 85 -
CMYK 0 0.74 0.04 0.65
HSL 303.64º 0.59% 0.22% -
HSV(B) 303.64º 0.74% 0.35% -
XYZ 6.07 3.39 8.93 -
YUV 49.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 89 23 85 0 0.74 0.04 0.65 303.64 0.59 0.22
Hex 59 17 55 0 4A 4 41 130 3B 16
Octal 131 27 125 0 112 4 101 460 73 26
Binary 1011001 10111 1010101 0 1001010 100 1000001 100110000 111011 10110

Color Harmonies of #591755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591755

Black with #591755

Text Example


Text Example

White with #591755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591755; }

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

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

background-color css

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

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

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

border-color css

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

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

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