#54013E

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

Shades of Tyrian Purple #54013E

Tints of Tyrian Purple #54013E

Color information

#54013E (or 0x54013E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 3E. RGB value is (84,1,62). Sum of RGB (Red+Green+Blue) = 84+1+62=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54013E is #ABFEC1. Grayscale: #202020. Windows color (decimal): -11271874 or 4063572. OLE color: 4063572.

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

Color convert

RGB84162-
CMYK00.990.260.67
HSL315.9º97.65%16.67%-
HSV(B)315.9º98.81%32.94%-
XYZ4.542.254.75-
YUV32.77144.5164.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=57.14%
G=0.68%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8416200.990.260.67315.997.6516.67
Hex5413E0631A4313c6211
Octal12417601433210347414221
Binary1010100111111001100011110101000011100111100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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