#540b41

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

Shades of Tyrian Purple #540B41

Tints of Tyrian Purple #540B41

Color information

#540B41 (or 0x540B41) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0B and 41. RGB value is (84,11,65). Sum of RGB (Red+Green+Blue) = 84+11+65=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #540B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540B41 is #ABF4BE. Grayscale: #262626. Windows color (decimal): -11269311 or 4262740. OLE color: 4262740.

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

Color convert

RGB841165-
CMYK00.870.230.67
HSL315.62º76.84%18.63%-
HSV(B)315.62º86.9%32.94%-
XYZ4.732.515.24-
YUV38.98142.68160.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 11 (4.69% from 255) = 6.88%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=52.5%
G=6.88%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84116500.870.230.67315.6276.8418.63
Hex54B41057174313c4d13
Octal1241310101272710347411523
Binary10101001011100000101010111101111000011100111100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540b41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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