#540B4B

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

Shades of Tyrian Purple #540B4B

Tints of Tyrian Purple #540B4B

Color information

#540B4B (or 0x540B4B) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0B and 4B. RGB value is (84,11,75). Sum of RGB (Red+Green+Blue) = 84+11+75=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #540B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B4B is #ABF4B4. Grayscale: #272727. Windows color (decimal): -11269301 or 4918100. OLE color: 4918100.

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

Color convert

RGB841175-
CMYK00.870.110.67
HSL307.4º76.84%18.63%-
HSV(B)307.4º86.9%32.94%-
XYZ5.052.636.9-
YUV40.12147.68159.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.41%
GREEN value IS 11 (4.69% from 255) = 6.47%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=49.41%
G=6.47%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84117500.870.110.67307.476.8418.63
Hex54B4B057B431334d13
Octal1241311301271310346311523
Binary1010100101110010110101011110111000011100110011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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