#541643

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

Shades of Tyrian Purple #541643

Tints of Tyrian Purple #541643

Color information

#541643 (or 0x541643) is unknown color: approx Tyrian Purple. HEX triplet: 54, 16 and 43. RGB value is (84,22,67). Sum of RGB (Red+Green+Blue) = 84+22+67=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #541643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541643 is #ABE9BC. Grayscale: #2D2D2D. Windows color (decimal): -11266493 or 4396628. OLE color: 4396628.

HSL color Cylindrical-coordinate representation of color #541643: hue angle of 316.45º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #541643 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB842267-
CMYK00.740.200.67
HSL316.45º58.49%20.78%-
HSV(B)316.45º73.81%32.94%-
XYZ4.962.865.6-
YUV45.67140.04155.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 48.55%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 67 (26.56% from 255) = 38.73%
R=48.55%
G=12.72%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84226700.740.200.67316.4558.4920.78
Hex54164304A144313c3a15
Octal124261030112241034747225
Binary10101001011010000110100101010100100001110011110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541643; }

 p { color: rgb(84,22,67); }

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

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

 a { background-color: rgb(84,22,67); }

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

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

 span { border-color: rgb(84,22,67); }

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