#54003B

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

Shades of Tyrian Purple #54003B

Tints of Tyrian Purple #54003B

Color information

#54003B (or 0x54003B) is unknown color: approx Tyrian Purple. HEX triplet: 54, 00 and 3B. RGB value is (84,0,59). Sum of RGB (Red+Green+Blue) = 84+0+59=143 (18% of max value = 765). Red value is 84 (33.20% from 255 or 58.74% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 84 - color contains mainly: red. Hex color #54003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54003B is #ABFFC4. Grayscale: #1F1F1F. Windows color (decimal): -11272133 or 3866708. OLE color: 3866708.

HSL color Cylindrical-coordinate representation of color #54003B: hue angle of 317.86º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54003B is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB84059-
CMYK010.300.67
HSL317.86º100%16.47%-
HSV(B)317.86º100%32.94%-
XYZ4.452.24.33-
YUV31.84143.33165.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=58.74%
G=0%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84059010.300.67317.8610016.47
Hex5403B0641E4313e6410
Octal12407301443610347614420
Binary1010100011101101100100111101000011100111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54003B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54003B; }

 p { color: rgb(84,0,59); }

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

<style>
 a { background-color: #54003B; }

 a { background-color: rgb(84,0,59); }

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

<style>
 span { border-color: #54003B; }

 span { border-color: rgb(84,0,59); }

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