#54033C

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

Shades of Tyrian Purple #54033C

Tints of Tyrian Purple #54033C

Color information

#54033C (or 0x54033C) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 3C. RGB value is (84,3,60). Sum of RGB (Red+Green+Blue) = 84+3+60=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54033C is #ABFCC3. Grayscale: #212121. Windows color (decimal): -11271364 or 3933012. OLE color: 3933012.

HSL color Cylindrical-coordinate representation of color #54033C: hue angle of 317.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54033C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB84360-
CMYK00.960.290.67
HSL317.78º93.1%17.06%-
HSV(B)317.78º96.43%32.94%-
XYZ4.52.284.48-
YUV33.72142.84163.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=57.14%
G=2.04%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8436000.960.290.67317.7893.117.06
Hex5433C0601D4313e5d11
Octal12437401403510347613521
Binary10101001111110001100000111011000011100111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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