#541146

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

Shades of Tyrian Purple #541146

Tints of Tyrian Purple #541146

Color information

#541146 (or 0x541146) is unknown color: approx Tyrian Purple. HEX triplet: 54, 11 and 46. RGB value is (84,17,70). Sum of RGB (Red+Green+Blue) = 84+17+70=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #541146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541146 is #ABEEB9. Grayscale: #2A2A2A. Windows color (decimal): -11267770 or 4591956. OLE color: 4591956.

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

Color convert

RGB841770-
CMYK00.800.170.67
HSL312.54º66.34%19.8%-
HSV(B)312.54º79.76%32.94%-
XYZ4.962.736.06-
YUV43.08143.2157.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=49.12%
G=9.94%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84177000.800.170.67312.5466.3419.8
Hex54114605011431394214
Octal1242110601202110347110224
Binary101010010001100011001010000100011000011100111001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541146; }

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

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

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

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

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

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

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

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