#54012A

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

Shades of Tyrian Purple #54012A

Tints of Tyrian Purple #54012A

Color information

#54012A (or 0x54012A) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 2A. RGB value is (84,1,42). Sum of RGB (Red+Green+Blue) = 84+1+42=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #54012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54012A is #ABFED5. Grayscale: #1E1E1E. Windows color (decimal): -11271894 or 2752852. OLE color: 2752852.

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

Color convert

RGB84142-
CMYK00.990.50.67
HSL330.36º97.65%16.67%-
HSV(B)330.36º98.81%32.94%-
XYZ4.082.072.38-
YUV30.49134.5166.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=66.14%
G=0.79%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.5
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414200.990.50.67330.3697.6516.67
Hex5412A063324314a6211
Octal12415201436210351214221
Binary10101001101010011000111100101000011101001010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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