Html Css Color HEX #591032 Tyrian Purple

📋 copy color: '#591032'

red 89 ◦ green 16 ◦ blue 50

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

Shades of Tyrian Purple #591032

Tints of Tyrian Purple #591032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 57.42%
G = 10.32%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#591032 (or 0x591032) is known color: Tyrian Purple. HEX triplet: 59, 10 and 32. RGB value is (89,16,50). Sum of RGB (Red+Green+Blue) = 89+16+50=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #591032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591032 is #A6EFCD. Grayscale: #292929. Windows color (decimal): -10940366 or 3280985. OLE color: 3280985.

HSL color Cylindrical-coordinate representation of color #591032: hue angle of 332.05º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591032 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 16 50 -
CMYK 0 0.82 0.44 0.65
HSL 332.05º 0.7% 0.21% -
HSV(B) 332.05º 0.82% 0.35% -
XYZ 4.88 2.72 3.29 -
YUV 41.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 89 16 50 0 0.82 0.44 0.65 332.05 0.7 0.21
Hex 59 10 32 0 52 2C 41 14C 46 15
Octal 131 20 62 0 122 54 101 514 106 25
Binary 1011001 10000 110010 0 1010010 101100 1000001 101001100 1000110 10101

Color Harmonies of #591032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591032

Black with #591032

Text Example


Text Example

White with #591032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591032; }

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

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

background-color css

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

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

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

border-color css

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

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

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