Html Css Color HEX #591134 Tyrian Purple

📋 copy color: '#591134'

red 89 ◦ green 17 ◦ blue 52

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

Shades of Tyrian Purple #591134

Tints of Tyrian Purple #591134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.76%

 BLUE value IS 52 (20.7% from 255) = 32.91%

R = 56.33%
G = 10.76%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#591134 (or 0x591134) is known color: Tyrian Purple. HEX triplet: 59, 11 and 34. RGB value is (89,17,52). Sum of RGB (Red+Green+Blue) = 89+17+52=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #591134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591134 is #A6EECB. Grayscale: #2A2A2A. Windows color (decimal): -10940108 or 3412313. OLE color: 3412313.

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

Color convert

RGB 89 17 52 -
CMYK 0 0.81 0.42 0.65
HSL 330.83º 0.68% 0.21% -
HSV(B) 330.83º 0.81% 0.35% -
XYZ 4.94 2.77 3.52 -
YUV 42.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 89 17 52 0 0.81 0.42 0.65 330.83 0.68 0.21
Hex 59 11 34 0 51 2A 41 14B 44 15
Octal 131 21 64 0 121 52 101 513 104 25
Binary 1011001 10001 110100 0 1010001 101010 1000001 101001011 1000100 10101

Color Harmonies of #591134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591134

Black with #591134

Text Example


Text Example

White with #591134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591134; }

 p { color: rgb(89,17,52); }

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

background-color css

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

 a { background-color: rgb(89,17,52); }

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

border-color css

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

 span { border-color: rgb(89,17,52); }

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