#540D48

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

Shades of Tyrian Purple #540D48

Tints of Tyrian Purple #540D48

Color information

#540D48 (or 0x540D48) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0D and 48. RGB value is (84,13,72). Sum of RGB (Red+Green+Blue) = 84+13+72=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #540D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D48 is #ABF2B7. Grayscale: #282828. Windows color (decimal): -11268792 or 4722004. OLE color: 4722004.

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

Color convert

RGB841372-
CMYK00.850.140.67
HSL310.14º73.2%19.02%-
HSV(B)310.14º84.52%32.94%-
XYZ4.972.646.38-
YUV40.96145.52158.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 13 (5.47% from 255) = 7.69%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=49.70%
G=7.69%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84137200.850.140.67310.1473.219.02
Hex54D48055E431364913
Octal1241511001251610346611123
Binary1010100110110010000101010111101000011100110110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,13,72); }

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

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

 a { background-color: rgb(84,13,72); }

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

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

 span { border-color: rgb(84,13,72); }

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