#54013F

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

Shades of Tyrian Purple #54013F

Tints of Tyrian Purple #54013F

Color information

#54013F (or 0x54013F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 01 and 3F. RGB value is (84,1,63). Sum of RGB (Red+Green+Blue) = 84+1+63=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54013F is #ABFEC0. Grayscale: #202020. Windows color (decimal): -11271873 or 4129108. OLE color: 4129108.

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

Color convert

RGB84163-
CMYK00.990.250.67
HSL315.18º97.65%16.67%-
HSV(B)315.18º98.81%32.94%-
XYZ4.562.274.9-
YUV32.88145164.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 63 (25% from 255) = 42.57%
R=56.76%
G=0.68%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8416300.990.250.67315.1897.6516.67
Hex5413F063194313b6211
Octal12417701433110347314221
Binary1010100111111101100011110011000011100111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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