#540146

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

Shades of Tyrian Purple #540146

Tints of Tyrian Purple #540146

Color information

#540146 (or 0x540146) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 46. RGB value is (84,1,70). Sum of RGB (Red+Green+Blue) = 84+1+70=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #540146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540146 is #ABFEB9. Grayscale: #212121. Windows color (decimal): -11271866 or 4587860. OLE color: 4587860.

HSL color Cylindrical-coordinate representation of color #540146: hue angle of 310.12º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540146 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB84170-
CMYK00.990.170.67
HSL310.12º97.65%16.67%-
HSV(B)310.12º98.81%32.94%-
XYZ4.772.356-
YUV33.68148.5163.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 70 (27.73% from 255) = 45.16%
R=54.19%
G=0.65%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8417000.990.170.67310.1297.6516.67
Hex5414606311431366211
Octal124110601432110346614221
Binary10101001100011001100011100011000011100110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540146; }

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

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

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

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

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

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

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

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