#54073F

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

Shades of Tyrian Purple #54073F

Tints of Tyrian Purple #54073F

Color information

#54073F (or 0x54073F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 07 and 3F. RGB value is (84,7,63). Sum of RGB (Red+Green+Blue) = 84+7+63=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #54073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54073F is #ABF8C0. Grayscale: #242424. Windows color (decimal): -11270337 or 4130644. OLE color: 4130644.

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

Color convert

RGB84763-
CMYK00.920.250.67
HSL316.36º84.62%17.84%-
HSV(B)316.36º91.67%32.94%-
XYZ4.632.44.92-
YUV36.41143.01161.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.55%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 63 (25% from 255) = 40.91%
R=54.55%
G=4.55%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8476300.920.250.67316.3684.6217.84
Hex5473F05C194313c5512
Octal12477701343110347412522
Binary101010011111111101011100110011000011100111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54073F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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