#54062D

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

Shades of Tyrian Purple #54062D

Tints of Tyrian Purple #54062D

Color information

#54062D (or 0x54062D) is unknown color: approx Tyrian Purple. HEX triplet: 54, 06 and 2D. RGB value is (84,6,45). Sum of RGB (Red+Green+Blue) = 84+6+45=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54062D is #ABF9D2. Grayscale: #212121. Windows color (decimal): -11270611 or 2950740. OLE color: 2950740.

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

Color convert

RGB84645-
CMYK00.930.460.67
HSL330º86.67%17.65%-
HSV(B)330º92.86%32.94%-
XYZ4.192.22.69-
YUV33.77134.34163.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 6 (2.73% from 255) = 4.44%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=62.22%
G=4.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8464500.930.460.6733086.6717.65
Hex5462D05D2E4314a5712
Octal12465501355610351212722
Binary1010100110101101010111011011101000011101001010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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