#54093F

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

Shades of Tyrian Purple #54093F

Tints of Tyrian Purple #54093F

Color information

#54093F (or 0x54093F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 3F. RGB value is (84,9,63). Sum of RGB (Red+Green+Blue) = 84+9+63=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #54093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54093F is #ABF6C0. Grayscale: #252525. Windows color (decimal): -11269825 or 4131156. OLE color: 4131156.

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

Color convert

RGB84963-
CMYK00.890.250.67
HSL316.8º80.65%18.24%-
HSV(B)316.8º89.29%32.94%-
XYZ4.652.444.93-
YUV37.58142.35161.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 63 (25% from 255) = 40.38%
R=53.85%
G=5.77%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8496300.890.250.67316.880.6518.24
Hex5493F059194313d5112
Octal124117701313110347512122
Binary1010100100111111101011001110011000011100111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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