Html Css Color HEX #591750 Palatinate Purple

📋 copy color: '#591750'

red 89 ◦ green 23 ◦ blue 80

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

Shades of Palatinate Purple #591750

Tints of Palatinate Purple #591750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.67%

R = 46.35%
G = 11.98%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#591750 (or 0x591750) is known color: Palatinate Purple. HEX triplet: 59, 17 and 50. RGB value is (89,23,80). Sum of RGB (Red+Green+Blue) = 89+23+80=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #591750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591750 is #A6E8AF. Grayscale: #313131. Windows color (decimal): -10938544 or 5248857. OLE color: 5248857.

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

Color convert

RGB 89 23 80 -
CMYK 0 0.74 0.10 0.65
HSL 308.18º 0.59% 0.22% -
HSV(B) 308.18º 0.74% 0.35% -
XYZ 5.87 3.32 7.92 -
YUV 49.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 89 23 80 0 0.74 0.10 0.65 308.18 0.59 0.22
Hex 59 17 50 0 4A A 41 134 3B 16
Octal 131 27 120 0 112 12 101 464 73 26
Binary 1011001 10111 1010000 0 1001010 1010 1000001 100110100 111011 10110

Color Harmonies of #591750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591750

Black with #591750

Text Example


Text Example

White with #591750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591750; }

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

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

background-color css

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

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

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

border-color css

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

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

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