#540051

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

Shades of Tyrian Purple #540051

Tints of Tyrian Purple #540051

Color information

#540051 (or 0x540051) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 51. RGB value is (84,0,81). Sum of RGB (Red+Green+Blue) = 84+0+81=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #540051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540051 is #ABFFAE. Grayscale: #222222. Windows color (decimal): -11272111 or 5308500. OLE color: 5308500.

HSL color Cylindrical-coordinate representation of color #540051: hue angle of 302.14º 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 #540051 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB84081-
CMYK010.040.67
HSL302.14º100%16.47%-
HSV(B)302.14º100%32.94%-
XYZ5.142.487.99-
YUV34.35154.33163.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=50.91%
G=0%
B=49.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84081010.040.67302.1410016.47
Hex5405106444312e6410
Octal12401210144410345614420
Binary101010001010001011001001001000011100101110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540051; }

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

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

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

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

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

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

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

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