#54033E

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

Shades of Tyrian Purple #54033E

Tints of Tyrian Purple #54033E

Color information

#54033E (or 0x54033E) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 3E. RGB value is (84,3,62). Sum of RGB (Red+Green+Blue) = 84+3+62=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54033E is #ABFCC1. Grayscale: #212121. Windows color (decimal): -11271362 or 4064084. OLE color: 4064084.

HSL color Cylindrical-coordinate representation of color #54033E: hue angle of 316.3º 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 #54033E is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB84362-
CMYK00.960.260.67
HSL316.3º93.1%17.06%-
HSV(B)316.3º96.43%32.94%-
XYZ4.562.34.76-
YUV33.94143.84163.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.38%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=56.38%
G=2.01%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8436200.960.260.67316.393.117.06
Hex5433E0601A4313c5d11
Octal12437601403210347413521
Binary10101001111111001100000110101000011100111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54033E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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