#54052F

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

Shades of Tyrian Purple #54052F

Tints of Tyrian Purple #54052F

Color information

#54052F (or 0x54052F) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 2F. RGB value is (84,5,47). Sum of RGB (Red+Green+Blue) = 84+5+47=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #54052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54052F is #ABFAD0. Grayscale: #212121. Windows color (decimal): -11270865 or 3081556. OLE color: 3081556.

HSL color Cylindrical-coordinate representation of color #54052F: hue angle of 328.1º 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 #54052F is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB84547-
CMYK00.940.440.67
HSL328.1º88.76%17.45%-
HSV(B)328.1º94.05%32.94%-
XYZ4.222.22.89-
YUV33.41135.67164.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=61.76%
G=3.68%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8454700.940.440.67328.188.7617.45
Hex5452F05E2C431485911
Octal12455701365410351013121
Binary1010100101101111010111101011001000011101001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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