#540348

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

Shades of Tyrian Purple #540348

Tints of Tyrian Purple #540348

Color information

#540348 (or 0x540348) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 48. RGB value is (84,3,72). Sum of RGB (Red+Green+Blue) = 84+3+72=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #540348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540348 is #ABFCB7. Grayscale: #222222. Windows color (decimal): -11271352 or 4719444. OLE color: 4719444.

HSL color Cylindrical-coordinate representation of color #540348: hue angle of 308.89º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540348 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB84372-
CMYK00.960.140.67
HSL308.89º93.1%17.06%-
HSV(B)308.89º96.43%32.94%-
XYZ4.862.426.34-
YUV35.08148.84162.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 3 (1.56% from 255) = 1.89%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=52.83%
G=1.89%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8437200.960.140.67308.8993.117.06
Hex54348060E431355d11
Octal124311001401610346513521
Binary10101001110010000110000011101000011100110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540348; }

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

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

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

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

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

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

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

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