#54052D

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

Shades of Tyrian Purple #54052D

Tints of Tyrian Purple #54052D

Color information

#54052D (or 0x54052D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 2D. RGB value is (84,5,45). Sum of RGB (Red+Green+Blue) = 84+5+45=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #54052D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54052D is #ABFAD2. Grayscale: #212121. Windows color (decimal): -11270867 or 2950484. OLE color: 2950484.

HSL color Cylindrical-coordinate representation of color #54052D: hue angle of 329.62º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #54052D is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB84545-
CMYK00.940.460.67
HSL329.62º88.76%17.45%-
HSV(B)329.62º94.05%32.94%-
XYZ4.182.182.68-
YUV33.18134.67164.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.69%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=62.69%
G=3.73%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8454500.940.460.67329.6288.7617.45
Hex5452D05E2E4314a5911
Octal12455501365610351213121
Binary1010100101101101010111101011101000011101001010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54052D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,5,45); }

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

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

 a { background-color: rgb(84,5,45); }

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

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

 span { border-color: rgb(84,5,45); }

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