#540053

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

Shades of Tyrian Purple #540053

Tints of Tyrian Purple #540053

Color information

#540053 (or 0x540053) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 53. RGB value is (84,0,83). Sum of RGB (Red+Green+Blue) = 84+0+83=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 83 (32.81% from 255 or 49.70% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #540053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540053 is #ABFFAC. Grayscale: #222222. Windows color (decimal): -11272109 or 5439572. OLE color: 5439572.

HSL color Cylindrical-coordinate representation of color #540053: hue angle of 300.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540053 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB84083-
CMYK010.010.67
HSL300.71º100%16.47%-
HSV(B)300.71º100%32.94%-
XYZ5.222.518.39-
YUV34.58155.33163.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 49.70%
R=50.30%
G=0%
B=49.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84083010.010.67300.7110016.47
Hex5405306414312d6410
Octal12401230144110345514420
Binary1010100010100110110010011000011100101101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540053; }

 p { color: rgb(84,0,83); }

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

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

 a { background-color: rgb(84,0,83); }

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

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

 span { border-color: rgb(84,0,83); }

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