#54073E

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

Shades of Tyrian Purple #54073E

Tints of Tyrian Purple #54073E

Color information

#54073E (or 0x54073E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 07 and 3E. RGB value is (84,7,62). Sum of RGB (Red+Green+Blue) = 84+7+62=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54073E is #ABF8C1. Grayscale: #242424. Windows color (decimal): -11270338 or 4065108. OLE color: 4065108.

HSL color Cylindrical-coordinate representation of color #54073E: hue angle of 317.14º 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 #54073E is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB84762-
CMYK00.920.260.67
HSL317.14º84.62%17.84%-
HSV(B)317.14º91.67%32.94%-
XYZ4.62.384.78-
YUV36.29142.51162.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 7 (3.12% from 255) = 4.58%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=54.90%
G=4.58%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8476200.920.260.67317.1484.6217.84
Hex5473E05C1A4313d5512
Octal12477601343210347512522
Binary101010011111111001011100110101000011100111101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54073E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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