Html Css Color HEX #591062 Palatinate Purple

📋 copy color: '#591062'

red 89 ◦ green 16 ◦ blue 98

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

Shades of Palatinate Purple #591062

Tints of Palatinate Purple #591062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.88%

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 43.84%
G = 7.88%
B = 48.28%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591062 (or 0x591062) is known color: Palatinate Purple. HEX triplet: 59, 10 and 62. RGB value is (89,16,98). Sum of RGB (Red+Green+Blue) = 89+16+98=203 (26% of max value = 765). Red value is 89 (35.16% from 255 or 43.84% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #591062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591062 is #A6EF9D. Grayscale: #2E2E2E. Windows color (decimal): -10940318 or 6426713. OLE color: 6426713.

HSL color Cylindrical-coordinate representation of color #591062: hue angle of 293.41º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591062 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 16 98 -
CMYK 0.09 0.84 0 0.62
HSL 293.41º 0.72% 0.22% -
HSV(B) 293.41º 0.84% 0.38% -
XYZ 6.51 3.38 11.86 -
YUV 47.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 89 16 98 0.09 0.84 0 0.62 293.41 0.72 0.22
Hex 59 10 62 9 54 0 3E 125 48 16
Octal 131 20 142 11 124 0 76 445 110 26
Binary 1011001 10000 1100010 1001 1010100 0 111110 100100101 1001000 10110

Color Harmonies of #591062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591062

Black with #591062

Text Example


Text Example

White with #591062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591062; }

 p { color: rgb(89,16,98); }

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

background-color css

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

 a { background-color: rgb(89,16,98); }

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

border-color css

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

 span { border-color: rgb(89,16,98); }

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