#54012E

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

Shades of Tyrian Purple #54012E

Tints of Tyrian Purple #54012E

Color information

#54012E (or 0x54012E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 2E. RGB value is (84,1,46). Sum of RGB (Red+Green+Blue) = 84+1+46=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54012E is #ABFED1. Grayscale: #1E1E1E. Windows color (decimal): -11271890 or 3014996. OLE color: 3014996.

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

Color convert

RGB84146-
CMYK00.990.450.67
HSL327.47º97.65%16.67%-
HSV(B)327.47º98.81%32.94%-
XYZ4.162.12.77-
YUV30.95136.5165.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=64.12%
G=0.76%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414600.990.450.67327.4797.6516.67
Hex5412E0632D431476211
Octal12415601435510350714221
Binary10101001101110011000111011011000011101000111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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