#54094E

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

Shades of Tyrian Purple #54094E

Tints of Tyrian Purple #54094E

Color information

#54094E (or 0x54094E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 4E. RGB value is (84,9,78). Sum of RGB (Red+Green+Blue) = 84+9+78=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #54094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54094E is #ABF6B1. Grayscale: #272727. Windows color (decimal): -11269810 or 5114196. OLE color: 5114196.

HSL color Cylindrical-coordinate representation of color #54094E: hue angle of 304.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 #54094E is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB84978-
CMYK00.890.070.67
HSL304.8º80.65%18.24%-
HSV(B)304.8º89.29%32.94%-
XYZ5.132.637.45-
YUV39.29149.85159.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=49.12%
G=5.26%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8497800.890.070.67304.880.6518.24
Hex5494E0597431315112
Octal124111160131710346112122
Binary101010010011001110010110011111000011100110001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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