#540B46

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

Shades of Tyrian Purple #540B46

Tints of Tyrian Purple #540B46

Color information

#540B46 (or 0x540B46) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0B and 46. RGB value is (84,11,70). Sum of RGB (Red+Green+Blue) = 84+11+70=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #540B46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B46 is #ABF4B9. Grayscale: #272727. Windows color (decimal): -11269306 or 4590420. OLE color: 4590420.

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

Color convert

RGB841170-
CMYK00.870.170.67
HSL311.51º76.84%18.63%-
HSV(B)311.51º86.9%32.94%-
XYZ4.882.576.03-
YUV39.55145.18159.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=50.91%
G=6.67%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84117000.870.170.67311.5176.8418.63
Hex54B4605711431384d13
Octal1241310601272110347011523
Binary10101001011100011001010111100011000011100111000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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