#54014A

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

Shades of Tyrian Purple #54014A

Tints of Tyrian Purple #54014A

Color information

#54014A (or 0x54014A) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 4A. RGB value is (84,1,74). Sum of RGB (Red+Green+Blue) = 84+1+74=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #54014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54014A is #ABFEB5. Grayscale: #212121. Windows color (decimal): -11271862 or 4850004. OLE color: 4850004.

HSL color Cylindrical-coordinate representation of color #54014A: hue angle of 307.23º 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 #54014A is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB84174-
CMYK00.990.120.67
HSL307.23º97.65%16.67%-
HSV(B)307.23º98.81%32.94%-
XYZ4.92.46.68-
YUV34.14150.5163.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 74 (29.30% from 255) = 46.54%
R=52.83%
G=0.63%
B=46.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8417400.990.120.67307.2397.6516.67
Hex5414A063C431336211
Octal124111201431410346314221
Binary1010100110010100110001111001000011100110011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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