#540c40

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

Shades of Tyrian Purple #540C40

Tints of Tyrian Purple #540C40

Color information

#540C40 (or 0x540C40) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0C and 40. RGB value is (84,12,64). Sum of RGB (Red+Green+Blue) = 84+12+64=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #540C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C40 is #ABF3BF. Grayscale: #272727. Windows color (decimal): -11269056 or 4197460. OLE color: 4197460.

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

Color convert

RGB841264-
CMYK00.860.240.67
HSL316.67º75%18.82%-
HSV(B)316.67º85.71%32.94%-
XYZ4.712.525.09-
YUV39.46141.85159.77-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 12 (5.08% from 255) = 7.5%
BLUE value IS 64 (25.39% from 255) = 40%
R=52.5%
G=7.5%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84126400.860.240.67316.677518.82
Hex54C40056184313d4b13
Octal1241410001263010347511323
Binary10101001100100000001010110110001000011100111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540c40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,12,64); }

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

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

 a { background-color: rgb(84,12,64); }

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

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

 span { border-color: rgb(84,12,64); }

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