#54093C

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

Shades of Tyrian Purple #54093C

Tints of Tyrian Purple #54093C

Color information

#54093C (or 0x54093C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 09 and 3C. RGB value is (84,9,60). Sum of RGB (Red+Green+Blue) = 84+9+60=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54093C is #ABF6C3. Grayscale: #252525. Windows color (decimal): -11269828 or 3934548. OLE color: 3934548.

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

Color convert

RGB84960-
CMYK00.890.290.67
HSL319.2º80.65%18.24%-
HSV(B)319.2º89.29%32.94%-
XYZ4.572.414.5-
YUV37.24140.85161.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=54.90%
G=5.88%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8496000.890.290.67319.280.6518.24
Hex5493C0591D4313f5112
Octal124117401313510347712122
Binary1010100100111110001011001111011000011100111111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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