Html Css Color HEX #591142 Tyrian Purple

📋 copy color: '#591142'

red 89 ◦ green 17 ◦ blue 66

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

Shades of Tyrian Purple #591142

Tints of Tyrian Purple #591142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.37%

R = 51.74%
G = 9.88%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#591142 (or 0x591142) is known color: Tyrian Purple. HEX triplet: 59, 11 and 42. RGB value is (89,17,66). Sum of RGB (Red+Green+Blue) = 89+17+66=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #591142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591142 is #A6EEBD. Grayscale: #2B2B2B. Windows color (decimal): -10940094 or 4329817. OLE color: 4329817.

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

Color convert

RGB 89 17 66 -
CMYK 0 0.81 0.26 0.65
HSL 319.17º 0.68% 0.21% -
HSV(B) 319.17º 0.81% 0.35% -
XYZ 5.3 2.92 5.44 -
YUV 44.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 89 17 66 0 0.81 0.26 0.65 319.17 0.68 0.21
Hex 59 11 42 0 51 1A 41 13F 44 15
Octal 131 21 102 0 121 32 101 477 104 25
Binary 1011001 10001 1000010 0 1010001 11010 1000001 100111111 1000100 10101

Color Harmonies of #591142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #591142

Black with #591142

Text Example


Text Example

White with #591142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #591142; }

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

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

background-color css

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

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

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

border-color css

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

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

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