#54084C

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

Shades of Tyrian Purple #54084C

Tints of Tyrian Purple #54084C

Color information

#54084C (or 0x54084C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 08 and 4C. RGB value is (84,8,76). Sum of RGB (Red+Green+Blue) = 84+8+76=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #54084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54084C is #ABF7B3. Grayscale: #262626. Windows color (decimal): -11270068 or 4982868. OLE color: 4982868.

HSL color Cylindrical-coordinate representation of color #54084C: hue angle of 306.32º 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 #54084C is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB84876-
CMYK00.900.100.67
HSL306.32º82.61%18.04%-
HSV(B)306.32º90.48%32.94%-
XYZ5.052.587.07-
YUV38.48149.18160.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=50%
G=4.76%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8487600.900.100.67306.3282.6118.04
Hex5484C05AA431325312
Octal1241011401321210346212322
Binary1010100100010011000101101010101000011100110010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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