#540D38

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

Shades of Tyrian Purple #540D38

Tints of Tyrian Purple #540D38

Color information

#540D38 (or 0x540D38) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0D and 38. RGB value is (84,13,56). Sum of RGB (Red+Green+Blue) = 84+13+56=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #540D38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D38 is #ABF2C7. Grayscale: #272727. Windows color (decimal): -11268808 or 3673428. OLE color: 3673428.

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

Color convert

RGB841356-
CMYK00.850.330.67
HSL323.66º73.2%19.02%-
HSV(B)323.66º84.52%32.94%-
XYZ4.512.463.98-
YUV39.13137.52160-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=54.90%
G=8.50%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84135600.850.330.67323.6673.219.02
Hex54D3805521431444913
Octal124157001254110350411123
Binary10101001101111000010101011000011000011101000100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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