Html Css Color HEX #591262 Palatinate Purple

📋 copy color: '#591262'

red 89 ◦ green 18 ◦ blue 98

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

Shades of Palatinate Purple #591262

Tints of Palatinate Purple #591262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.78%

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

R = 43.41%
G = 8.78%
B = 47.8%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#591262 (or 0x591262) is known color: Palatinate Purple. HEX triplet: 59, 12 and 62. RGB value is (89,18,98). Sum of RGB (Red+Green+Blue) = 89+18+98=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #591262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591262 is #A6ED9D. Grayscale: #303030. Windows color (decimal): -10939806 or 6427225. OLE color: 6427225.

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

Color convert

RGB 89 18 98 -
CMYK 0.09 0.82 0 0.62
HSL 293.25º 0.69% 0.23% -
HSV(B) 293.25º 0.82% 0.38% -
XYZ 6.54 3.44 11.87 -
YUV 48.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 89 18 98 0.09 0.82 0 0.62 293.25 0.69 0.23
Hex 59 12 62 9 52 0 3E 125 45 17
Octal 131 22 142 11 122 0 76 445 105 27
Binary 1011001 10010 1100010 1001 1010010 0 111110 100100101 1000101 10111

Color Harmonies of #591262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591262

Black with #591262

Text Example


Text Example

White with #591262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591262; }

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

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

background-color css

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

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

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

border-color css

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

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

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