#54013D

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

Shades of Tyrian Purple #54013D

Tints of Tyrian Purple #54013D

Color information

#54013D (or 0x54013D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 3D. RGB value is (84,1,61). Sum of RGB (Red+Green+Blue) = 84+1+61=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54013D is #ABFEC2. Grayscale: #202020. Windows color (decimal): -11271875 or 3998036. OLE color: 3998036.

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

Color convert

RGB84161-
CMYK00.990.270.67
HSL316.63º97.65%16.67%-
HSV(B)316.63º98.81%32.94%-
XYZ4.512.244.61-
YUV32.66144164.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=57.53%
G=0.68%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8416100.990.270.67316.6397.6516.67
Hex5413D0631B4313d6211
Octal12417501433310347514221
Binary1010100111110101100011110111000011100111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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