Html Css Color HEX #591252 Palatinate Purple

📋 copy color: '#591252'

red 89 ◦ green 18 ◦ blue 82

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

Shades of Palatinate Purple #591252

Tints of Palatinate Purple #591252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.39%

R = 47.09%
G = 9.52%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#591252 (or 0x591252) is known color: Palatinate Purple. HEX triplet: 59, 12 and 52. RGB value is (89,18,82). Sum of RGB (Red+Green+Blue) = 89+18+82=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #591252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591252 is #A6EDAD. Grayscale: #2E2E2E. Windows color (decimal): -10939822 or 5378649. OLE color: 5378649.

HSL color Cylindrical-coordinate representation of color #591252: hue angle of 305.92º 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 #591252 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 18 82 -
CMYK 0 0.80 0.08 0.65
HSL 305.92º 0.66% 0.21% -
HSV(B) 305.92º 0.8% 0.35% -
XYZ 5.86 3.17 8.28 -
YUV 46.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 89 18 82 0 0.80 0.08 0.65 305.92 0.66 0.21
Hex 59 12 52 0 50 8 41 132 42 15
Octal 131 22 122 0 120 10 101 462 102 25
Binary 1011001 10010 1010010 0 1010000 1000 1000001 100110010 1000010 10101

Color Harmonies of #591252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591252

Black with #591252

Text Example


Text Example

White with #591252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591252; }

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

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

background-color css

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

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

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

border-color css

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

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

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