#54094A

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

Shades of Tyrian Purple #54094A

Tints of Tyrian Purple #54094A

Color information

#54094A (or 0x54094A) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 4A. RGB value is (84,9,74). Sum of RGB (Red+Green+Blue) = 84+9+74=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54094A is #ABF6B5. Grayscale: #262626. Windows color (decimal): -11269814 or 4852052. OLE color: 4852052.

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

Color convert

RGB84974-
CMYK00.890.120.67
HSL308º80.65%18.24%-
HSV(B)308º89.29%32.94%-
XYZ4.992.576.71-
YUV38.84147.85160.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=50.30%
G=5.39%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8497400.890.120.6730880.6518.24
Hex5494A059C431345112
Octal1241111201311410346412122
Binary1010100100110010100101100111001000011100110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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