#540B34

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

Shades of Tyrian Purple #540B34

Tints of Tyrian Purple #540B34

Color information

#540B34 (or 0x540B34) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0B and 34. RGB value is (84,11,52). Sum of RGB (Red+Green+Blue) = 84+11+52=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #540B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B34 is #ABF4CB. Grayscale: #252525. Windows color (decimal): -11269324 or 3410772. OLE color: 3410772.

HSL color Cylindrical-coordinate representation of color #540B34: hue angle of 326.3º 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 #540B34 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB841152-
CMYK00.870.380.67
HSL326.3º76.84%18.63%-
HSV(B)326.3º86.9%32.94%-
XYZ4.42.373.47-
YUV37.5136.18161.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=57.14%
G=7.48%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84115200.870.380.67326.376.8418.63
Hex54B3405726431464d13
Octal124136401274610350611523
Binary10101001011110100010101111001101000011101000110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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