Html Css Color HEX #591558 Palatinate Purple

📋 copy color: '#591558'

red 89 ◦ green 21 ◦ blue 88

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

Shades of Palatinate Purple #591558

Tints of Palatinate Purple #591558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 44.95%
G = 10.61%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#591558 (or 0x591558) is known color: Palatinate Purple. HEX triplet: 59, 15 and 58. RGB value is (89,21,88). Sum of RGB (Red+Green+Blue) = 89+21+88=198 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.95% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 89 - color contains mainly: red. Hex color #591558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591558 is #A6EAA7. Grayscale: #303030. Windows color (decimal): -10939048 or 5772633. OLE color: 5772633.

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

Color convert

RGB 89 21 88 -
CMYK 0 0.76 0.01 0.65
HSL 300.88º 0.62% 0.22% -
HSV(B) 300.88º 0.76% 0.35% -
XYZ 6.15 3.36 9.56 -
YUV 48.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 89 21 88 0 0.76 0.01 0.65 300.88 0.62 0.22
Hex 59 15 58 0 4C 1 41 12D 3E 16
Octal 131 25 130 0 114 1 101 455 76 26
Binary 1011001 10101 1011000 0 1001100 1 1000001 100101101 111110 10110

Color Harmonies of #591558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591558

Black with #591558

Text Example


Text Example

White with #591558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591558; }

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

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

background-color css

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

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

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

border-color css

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

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

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