#541247

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

Shades of Tyrian Purple #541247

Tints of Tyrian Purple #541247

Color information

#541247 (or 0x541247) is unknown color: approx Tyrian Purple. HEX triplet: 54, 12 and 47. RGB value is (84,18,71). Sum of RGB (Red+Green+Blue) = 84+18+71=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #541247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541247 is #ABEDB8. Grayscale: #2B2B2B. Windows color (decimal): -11267513 or 4657748. OLE color: 4657748.

HSL color Cylindrical-coordinate representation of color #541247: hue angle of 311.82º 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 #541247 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB841871-
CMYK00.790.150.67
HSL311.82º64.71%20%-
HSV(B)311.82º78.57%32.94%-
XYZ5.012.776.23-
YUV43.78143.37156.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=48.55%
G=10.40%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84187100.790.150.67311.8264.7120
Hex54124704FF431384114
Octal1242210701171710347010124
Binary10101001001010001110100111111111000011100111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541247; }

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

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

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

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

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

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

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

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