#540C35

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

Shades of Tyrian Purple #540C35

Tints of Tyrian Purple #540C35

Color information

#540C35 (or 0x540C35) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0C and 35. RGB value is (84,12,53). Sum of RGB (Red+Green+Blue) = 84+12+53=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #540C35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C35 is #ABF3CA. Grayscale: #262626. Windows color (decimal): -11269067 or 3476564. OLE color: 3476564.

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

Color convert

RGB841253-
CMYK00.860.370.67
HSL325.83º75%18.82%-
HSV(B)325.83º85.71%32.94%-
XYZ4.432.43.6-
YUV38.2136.35160.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=56.38%
G=8.05%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84125300.860.370.67325.837518.82
Hex54C3505625431464b13
Octal124146501264510350611323
Binary10101001100110101010101101001011000011101000110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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