#541042

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

Shades of Tyrian Purple #541042

Tints of Tyrian Purple #541042

Color information

#541042 (or 0x541042) is unknown color: approx Tyrian Purple. HEX triplet: 54, 10 and 42. RGB value is (84,16,66). Sum of RGB (Red+Green+Blue) = 84+16+66=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #541042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541042 is #ABEFBD. Grayscale: #292929. Windows color (decimal): -11268030 or 4329556. OLE color: 4329556.

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

Color convert

RGB841666-
CMYK00.810.210.67
HSL315.88º68%19.61%-
HSV(B)315.88º80.95%32.94%-
XYZ4.822.655.41-
YUV42.03141.53157.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 16 (6.64% from 255) = 9.64%
BLUE value IS 66 (26.17% from 255) = 39.76%
R=50.60%
G=9.64%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84166600.810.210.67315.886819.61
Hex541042051154313c4414
Octal1242010201212510347410424
Binary101010010000100001001010001101011000011100111100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541042; }

 p { color: rgb(84,16,66); }

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

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

 a { background-color: rgb(84,16,66); }

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

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

 span { border-color: rgb(84,16,66); }

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