#541148

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

Shades of Tyrian Purple #541148

Tints of Tyrian Purple #541148

Color information

#541148 (or 0x541148) is unknown color: approx Tyrian Purple. HEX triplet: 54, 11 and 48. RGB value is (84,17,72). Sum of RGB (Red+Green+Blue) = 84+17+72=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #541148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541148 is #ABEEB7. Grayscale: #2B2B2B. Windows color (decimal): -11267768 or 4723028. OLE color: 4723028.

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

Color convert

RGB841772-
CMYK00.800.140.67
HSL310.75º66.34%19.8%-
HSV(B)310.75º79.76%32.94%-
XYZ5.032.756.4-
YUV43.3144.2157.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 72 (28.52% from 255) = 41.62%
R=48.55%
G=9.83%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84177200.800.140.67310.7566.3419.8
Hex541148050E431374214
Octal1242111001201610346710224
Binary10101001000110010000101000011101000011100110111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541148; }

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

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

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

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

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

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

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

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