#54014F

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

Shades of Tyrian Purple #54014F

Tints of Tyrian Purple #54014F

Color information

#54014F (or 0x54014F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 4F. RGB value is (84,1,79). Sum of RGB (Red+Green+Blue) = 84+1+79=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54014F is #ABFEB0. Grayscale: #222222. Windows color (decimal): -11271857 or 5177684. OLE color: 5177684.

HSL color Cylindrical-coordinate representation of color #54014F: hue angle of 303.61º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54014F is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB84179-
CMYK00.990.060.67
HSL303.61º97.65%16.67%-
HSV(B)303.61º98.81%32.94%-
XYZ5.082.477.61-
YUV34.71153163.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=51.22%
G=0.61%
B=48.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8417900.990.060.67303.6197.6516.67
Hex5414F0636431306211
Octal12411170143610346014221
Binary101010011001111011000111101000011100110000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54014F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54014F; }

 p { color: rgb(84,1,79); }

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

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

 a { background-color: rgb(84,1,79); }

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

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

 span { border-color: rgb(84,1,79); }

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