#540A46

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

Shades of Tyrian Purple #540A46

Tints of Tyrian Purple #540A46

Color information

#540A46 (or 0x540A46) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0A and 46. RGB value is (84,10,70). Sum of RGB (Red+Green+Blue) = 84+10+70=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #540A46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A46 is #ABF5B9. Grayscale: #262626. Windows color (decimal): -11269562 or 4590164. OLE color: 4590164.

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

Color convert

RGB841070-
CMYK00.880.170.67
HSL311.35º78.72%18.43%-
HSV(B)311.35º88.1%32.94%-
XYZ4.872.546.03-
YUV38.97145.52160.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 10 (4.30% from 255) = 6.10%
BLUE value IS 70 (27.73% from 255) = 42.68%
R=51.22%
G=6.10%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84107000.880.170.67311.3578.7218.43
Hex54A4605811431374f12
Octal1241210601302110346711722
Binary10101001010100011001011000100011000011100110111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540A46; }

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

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

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

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

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

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

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

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