#540246

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

Shades of Tyrian Purple #540246

Tints of Tyrian Purple #540246

Color information

#540246 (or 0x540246) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 46. RGB value is (84,2,70). Sum of RGB (Red+Green+Blue) = 84+2+70=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #540246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540246 is #ABFDB9. Grayscale: #222222. Windows color (decimal): -11271610 or 4588116. OLE color: 4588116.

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

Color convert

RGB84270-
CMYK00.980.170.67
HSL310.24º95.35%16.86%-
HSV(B)310.24º97.62%32.94%-
XYZ4.782.376-
YUV34.27148.17163.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=53.85%
G=1.28%
B=44.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8427000.980.170.67310.2495.3516.86
Hex5424606211431365f11
Octal124210601422110346613721
Binary101010010100011001100010100011000011100110110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540246; }

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

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

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

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

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

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

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

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