#54012B

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

Shades of Tyrian Purple #54012B

Tints of Tyrian Purple #54012B

Color information

#54012B (or 0x54012B) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 2B. RGB value is (84,1,43). Sum of RGB (Red+Green+Blue) = 84+1+43=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54012B is #ABFED4. Grayscale: #1E1E1E. Windows color (decimal): -11271893 or 2818388. OLE color: 2818388.

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

Color convert

RGB84143-
CMYK00.990.490.67
HSL329.64º97.65%16.67%-
HSV(B)329.64º98.81%32.94%-
XYZ4.12.082.47-
YUV30.6135166.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=65.62%
G=0.78%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414300.990.490.67329.6497.6516.67
Hex5412B063314314a6211
Octal12415301436110351214221
Binary10101001101011011000111100011000011101001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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