Html Css Color HEX #591858 Palatinate Purple

📋 copy color: '#591858'

red 89 ◦ green 24 ◦ blue 88

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

Shades of Palatinate Purple #591858

Tints of Palatinate Purple #591858

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

 BLUE value IS 88 (34.77% from 255) = 43.78%

R = 44.28%
G = 11.94%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#591858 (or 0x591858) is known color: Palatinate Purple. HEX triplet: 59, 18 and 58. RGB value is (89,24,88). Sum of RGB (Red+Green+Blue) = 89+24+88=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 89 - color contains mainly: red. Hex color #591858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591858 is #A6E7A7. Grayscale: #323232. Windows color (decimal): -10938280 or 5773401. OLE color: 5773401.

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

Color convert

RGB 89 24 88 -
CMYK 0 0.73 0.01 0.65
HSL 300.92º 0.58% 0.22% -
HSV(B) 300.92º 0.73% 0.35% -
XYZ 6.21 3.48 9.58 -
YUV 50.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 89 24 88 0 0.73 0.01 0.65 300.92 0.58 0.22
Hex 59 18 58 0 49 1 41 12D 3A 16
Octal 131 30 130 0 111 1 101 455 72 26
Binary 1011001 11000 1011000 0 1001001 1 1000001 100101101 111010 10110

Color Harmonies of #591858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591858

Black with #591858

Text Example


Text Example

White with #591858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591858; }

 p { color: rgb(89,24,88); }

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

background-color css

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

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

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

border-color css

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

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

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