#54014C

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

Shades of Tyrian Purple #54014C

Tints of Tyrian Purple #54014C

Color information

#54014C (or 0x54014C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 4C. RGB value is (84,1,76). Sum of RGB (Red+Green+Blue) = 84+1+76=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54014C is #ABFEB3. Grayscale: #222222. Windows color (decimal): -11271860 or 4981076. OLE color: 4981076.

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

Color convert

RGB84176-
CMYK00.990.100.67
HSL305.78º97.65%16.67%-
HSV(B)305.78º98.81%32.94%-
XYZ4.972.437.04-
YUV34.37151.5163.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 76 (30.08% from 255) = 47.20%
R=52.17%
G=0.62%
B=47.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8417600.990.100.67305.7897.6516.67
Hex5414C063A431326211
Octal124111401431210346214221
Binary1010100110011000110001110101000011100110010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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