#54113C

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

Shades of Tyrian Purple #54113C

Tints of Tyrian Purple #54113C

Color information

#54113C (or 0x54113C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 11 and 3C. RGB value is (84,17,60). Sum of RGB (Red+Green+Blue) = 84+17+60=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54113C is #ABEEC3. Grayscale: #292929. Windows color (decimal): -11267780 or 3936596. OLE color: 3936596.

HSL color Cylindrical-coordinate representation of color #54113C: hue angle of 321.49º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54113C is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB841760-
CMYK00.800.290.67
HSL321.49º66.34%19.8%-
HSV(B)321.49º79.76%32.94%-
XYZ4.672.614.53-
YUV41.94138.2158-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=52.17%
G=10.56%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84176000.800.290.67321.4966.3419.8
Hex54113C0501D431414214
Octal124217401203510350110224
Binary10101001000111110001010000111011000011101000001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54113C; }

 p { color: rgb(84,17,60); }

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

<style>
 a { background-color: #54113C; }

 a { background-color: rgb(84,17,60); }

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

<style>
 span { border-color: #54113C; }

 span { border-color: rgb(84,17,60); }

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