#54033D

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

Shades of Tyrian Purple #54033D

Tints of Tyrian Purple #54033D

Color information

#54033D (or 0x54033D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 03 and 3D. RGB value is (84,3,61). Sum of RGB (Red+Green+Blue) = 84+3+61=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54033D is #ABFCC2. Grayscale: #212121. Windows color (decimal): -11271363 or 3998548. OLE color: 3998548.

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

Color convert

RGB84361-
CMYK00.960.270.67
HSL317.04º93.1%17.06%-
HSV(B)317.04º96.43%32.94%-
XYZ4.532.294.62-
YUV33.83143.34163.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=56.76%
G=2.03%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8436100.960.270.67317.0493.117.06
Hex5433D0601B4313d5d11
Octal12437501403310347513521
Binary10101001111110101100000110111000011100111101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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