#541245

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

Shades of Tyrian Purple #541245

Tints of Tyrian Purple #541245

Color information

#541245 (or 0x541245) is unknown color: approx Tyrian Purple. HEX triplet: 54, 12 and 45. RGB value is (84,18,69). Sum of RGB (Red+Green+Blue) = 84+18+69=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #541245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541245 is #ABEDBA. Grayscale: #2B2B2B. Windows color (decimal): -11267515 or 4526676. OLE color: 4526676.

HSL color Cylindrical-coordinate representation of color #541245: hue angle of 313.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541245 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB841869-
CMYK00.790.180.67
HSL313.64º64.71%20%-
HSV(B)313.64º78.57%32.94%-
XYZ4.952.755.9-
YUV43.55142.37156.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.12%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 69 (27.34% from 255) = 40.35%
R=49.12%
G=10.53%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84186900.790.180.67313.6464.7120
Hex54124504F124313a4114
Octal1242210501172210347210124
Binary101010010010100010101001111100101000011100111010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541245; }

 p { color: rgb(84,18,69); }

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

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

 a { background-color: rgb(84,18,69); }

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

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

 span { border-color: rgb(84,18,69); }

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