#540A4B

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

Shades of Tyrian Purple #540A4B

Tints of Tyrian Purple #540A4B

Color information

#540A4B (or 0x540A4B) is unknown color: approx Tyrian Purple. HEX triplet: 54, 0A and 4B. RGB value is (84,10,75). Sum of RGB (Red+Green+Blue) = 84+10+75=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #540A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A4B is #ABF5B4. Grayscale: #272727. Windows color (decimal): -11269557 or 4917844. OLE color: 4917844.

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

Color convert

RGB841075-
CMYK00.880.110.67
HSL307.3º78.72%18.43%-
HSV(B)307.3º88.1%32.94%-
XYZ5.032.616.9-
YUV39.54148.02159.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 10 (4.30% from 255) = 5.92%
BLUE value IS 75 (29.69% from 255) = 44.38%
R=49.70%
G=5.92%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84107500.880.110.67307.378.7218.43
Hex54A4B058B431334f12
Octal1241211301301310346311722
Binary1010100101010010110101100010111000011100110011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540A4B; }

 p { color: rgb(84,10,75); }

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

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

 a { background-color: rgb(84,10,75); }

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

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

 span { border-color: rgb(84,10,75); }

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