Html Css Color HEX #591658 Palatinate Purple

📋 copy color: '#591658'

red 89 ◦ green 22 ◦ blue 88

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

Shades of Palatinate Purple #591658

Tints of Palatinate Purple #591658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.06%

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

R = 44.72%
G = 11.06%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#591658 (or 0x591658) is known color: Palatinate Purple. HEX triplet: 59, 16 and 58. RGB value is (89,22,88). Sum of RGB (Red+Green+Blue) = 89+22+88=199 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.72% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 89 - color contains mainly: red. Hex color #591658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591658 is #A6E9A7. Grayscale: #313131. Windows color (decimal): -10938792 or 5772889. OLE color: 5772889.

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

Color convert

RGB 89 22 88 -
CMYK 0 0.75 0.01 0.65
HSL 300.9º 0.6% 0.22% -
HSV(B) 300.9º 0.75% 0.35% -
XYZ 6.17 3.4 9.56 -
YUV 49.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 89 22 88 0 0.75 0.01 0.65 300.9 0.6 0.22
Hex 59 16 58 0 4B 1 41 12D 3C 16
Octal 131 26 130 0 113 1 101 455 74 26
Binary 1011001 10110 1011000 0 1001011 1 1000001 100101101 111100 10110

Color Harmonies of #591658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591658

Black with #591658

Text Example


Text Example

White with #591658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591658; }

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

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

background-color css

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

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

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

border-color css

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

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

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