Html Css Color HEX #591254 Palatinate Purple

📋 copy color: '#591254'

red 89 ◦ green 18 ◦ blue 84

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

Shades of Palatinate Purple #591254

Tints of Palatinate Purple #591254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.98%

R = 46.6%
G = 9.42%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#591254 (or 0x591254) is known color: Palatinate Purple. HEX triplet: 59, 12 and 54. RGB value is (89,18,84). Sum of RGB (Red+Green+Blue) = 89+18+84=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #591254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591254 is #A6EDAB. Grayscale: #2E2E2E. Windows color (decimal): -10939820 or 5509721. OLE color: 5509721.

HSL color Cylindrical-coordinate representation of color #591254: hue angle of 304.23º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591254 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 84 -
CMYK 0 0.80 0.06 0.65
HSL 304.23º 0.66% 0.21% -
HSV(B) 304.23º 0.8% 0.35% -
XYZ 5.94 3.2 8.69 -
YUV 46.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 89 18 84 0 0.80 0.06 0.65 304.23 0.66 0.21
Hex 59 12 54 0 50 6 41 130 42 15
Octal 131 22 124 0 120 6 101 460 102 25
Binary 1011001 10010 1010100 0 1010000 110 1000001 100110000 1000010 10101

Color Harmonies of #591254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591254

Black with #591254

Text Example


Text Example

White with #591254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591254; }

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

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

background-color css

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

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

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

border-color css

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

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

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