#54012C

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

Shades of Tyrian Purple #54012C

Tints of Tyrian Purple #54012C

Color information

#54012C (or 0x54012C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 2C. RGB value is (84,1,44). Sum of RGB (Red+Green+Blue) = 84+1+44=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #54012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54012C is #ABFED3. Grayscale: #1E1E1E. Windows color (decimal): -11271892 or 2883924. OLE color: 2883924.

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

Color convert

RGB84144-
CMYK00.990.480.67
HSL328.92º97.65%16.67%-
HSV(B)328.92º98.81%32.94%-
XYZ4.122.092.57-
YUV30.72135.5166-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 44 (17.58% from 255) = 34.11%
R=65.12%
G=0.78%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414400.990.480.67328.9297.6516.67
Hex5412C06330431496211
Octal12415401436010351114221
Binary10101001101100011000111100001000011101001001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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