#540844

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

Shades of Tyrian Purple #540844

Tints of Tyrian Purple #540844

Color information

#540844 (or 0x540844) is unknown color: approx Tyrian Purple. HEX triplet: 54, 08 and 44. RGB value is (84,8,68). Sum of RGB (Red+Green+Blue) = 84+8+68=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #540844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540844 is #ABF7BB. Grayscale: #252525. Windows color (decimal): -11270076 or 4458580. OLE color: 4458580.

HSL color Cylindrical-coordinate representation of color #540844: hue angle of 312.63º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540844 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB84868-
CMYK00.900.190.67
HSL312.63º82.61%18.04%-
HSV(B)312.63º90.48%32.94%-
XYZ4.792.485.69-
YUV37.56145.18161.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 8 (3.52% from 255) = 5%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=52.5%
G=5%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8486800.900.190.67312.6382.6118.04
Hex5484405A13431395312
Octal1241010401322310347112322
Binary10101001000100010001011010100111000011100111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540844; }

 p { color: rgb(84,8,68); }

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

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

 a { background-color: rgb(84,8,68); }

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

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

 span { border-color: rgb(84,8,68); }

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