#541149

Color #541149 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #541149

Tints of Tyrian Purple #541149

Color information

#541149 (or 0x541149) is unknown color: approx Tyrian Purple. HEX triplet: 54, 11 and 49. RGB value is (84,17,73). Sum of RGB (Red+Green+Blue) = 84+17+73=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #541149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541149 is #ABEEB6. Grayscale: #2B2B2B. Windows color (decimal): -11267767 or 4788564. OLE color: 4788564.

HSL color Cylindrical-coordinate representation of color #541149: hue angle of 309.85º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541149 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB841773-
CMYK00.800.130.67
HSL309.85º66.34%19.8%-
HSV(B)309.85º79.76%32.94%-
XYZ5.062.776.57-
YUV43.42144.7156.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.28%
GREEN value IS 17 (7.03% from 255) = 9.77%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=48.28%
G=9.77%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84177300.800.130.67309.8566.3419.8
Hex541149050D431364214
Octal1242111101201510346610224
Binary10101001000110010010101000011011000011100110110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541149; }

 p { color: rgb(84,17,73); }

 H1.HeaderClassName
 {
   color: #541149;
 }
 .AnyTagClassName
 {
   color: #541149;
 }
</style>
background-color css

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

 a { background-color: rgb(84,17,73); }

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

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

 span { border-color: rgb(84,17,73); }

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