Html Css Color HEX #591958 Palatinate Purple

📋 copy color: '#591958'

red 89 ◦ green 25 ◦ blue 88

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

Shades of Palatinate Purple #591958

Tints of Palatinate Purple #591958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

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

R = 44.06%
G = 12.38%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#591958 (or 0x591958) is known color: Palatinate Purple. HEX triplet: 59, 19 and 58. RGB value is (89,25,88). Sum of RGB (Red+Green+Blue) = 89+25+88=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 89 - color contains mainly: red. Hex color #591958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591958 is #A6E6A7. Grayscale: #333333. Windows color (decimal): -10938024 or 5773657. OLE color: 5773657.

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

Color convert

RGB 89 25 88 -
CMYK 0 0.72 0.01 0.65
HSL 300.94º 0.56% 0.22% -
HSV(B) 300.94º 0.72% 0.35% -
XYZ 6.23 3.52 9.58 -
YUV 51.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 89 25 88 0 0.72 0.01 0.65 300.94 0.56 0.22
Hex 59 19 58 0 48 1 41 12D 38 16
Octal 131 31 130 0 110 1 101 455 70 26
Binary 1011001 11001 1011000 0 1001000 1 1000001 100101101 111000 10110

Color Harmonies of #591958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591958

Black with #591958

Text Example


Text Example

White with #591958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591958; }

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

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

background-color css

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

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

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

border-color css

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

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

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