#54012D

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

Shades of Tyrian Purple #54012D

Tints of Tyrian Purple #54012D

Color information

#54012D (or 0x54012D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 2D. RGB value is (84,1,45). Sum of RGB (Red+Green+Blue) = 84+1+45=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54012D is #ABFED2. Grayscale: #1E1E1E. Windows color (decimal): -11271891 or 2949460. OLE color: 2949460.

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

Color convert

RGB84145-
CMYK00.990.460.67
HSL328.19º97.65%16.67%-
HSV(B)328.19º98.81%32.94%-
XYZ4.142.12.67-
YUV30.83136165.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 45 (17.97% from 255) = 34.62%
R=64.62%
G=0.77%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414500.990.460.67328.1997.6516.67
Hex5412D0632E431486211
Octal12415501435610351014221
Binary10101001101101011000111011101000011101001000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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