#54053F

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

Shades of Tyrian Purple #54053F

Tints of Tyrian Purple #54053F

Color information

#54053F (or 0x54053F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 3F. RGB value is (84,5,63). Sum of RGB (Red+Green+Blue) = 84+5+63=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54053F is #ABFAC0. Grayscale: #232323. Windows color (decimal): -11270849 or 4130132. OLE color: 4130132.

HSL color Cylindrical-coordinate representation of color #54053F: hue angle of 315.95º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54053F is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB84563-
CMYK00.940.250.67
HSL315.95º88.76%17.45%-
HSV(B)315.95º94.05%32.94%-
XYZ4.612.354.91-
YUV35.23143.67162.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 63 (25% from 255) = 41.45%
R=55.26%
G=3.29%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8456300.940.250.67315.9588.7617.45
Hex5453F05E194313c5911
Octal12457701363110347413121
Binary101010010111111101011110110011000011100111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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