#54084B

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

Shades of Tyrian Purple #54084B

Tints of Tyrian Purple #54084B

Color information

#54084B (or 0x54084B) is unknown color: approx Tyrian Purple. HEX triplet: 54, 08 and 4B. RGB value is (84,8,75). Sum of RGB (Red+Green+Blue) = 84+8+75=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54084B is #ABF7B4. Grayscale: #262626. Windows color (decimal): -11270069 or 4917332. OLE color: 4917332.

HSL color Cylindrical-coordinate representation of color #54084B: hue angle of 307.11º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54084B is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB84875-
CMYK00.900.110.67
HSL307.11º82.61%18.04%-
HSV(B)307.11º90.48%32.94%-
XYZ5.012.576.89-
YUV38.36148.68160.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.30%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=50.30%
G=4.79%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8487500.900.110.67307.1182.6118.04
Hex5484B05AB431335312
Octal1241011301321310346312322
Binary1010100100010010110101101010111000011100110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54084B; }

 p { color: rgb(84,8,75); }

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

<style>
 a { background-color: #54084B; }

 a { background-color: rgb(84,8,75); }

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

<style>
 span { border-color: #54084B; }

 span { border-color: rgb(84,8,75); }

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