#540531

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

Shades of Tyrian Purple #540531

Tints of Tyrian Purple #540531

Color information

#540531 (or 0x540531) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 31. RGB value is (84,5,49). Sum of RGB (Red+Green+Blue) = 84+5+49=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #540531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540531 is #ABFACE. Grayscale: #212121. Windows color (decimal): -11270863 or 3212628. OLE color: 3212628.

HSL color Cylindrical-coordinate representation of color #540531: hue angle of 326.58º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540531 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB84549-
CMYK00.940.420.67
HSL326.58º88.76%17.45%-
HSV(B)326.58º94.05%32.94%-
XYZ4.262.223.11-
YUV33.64136.67163.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60.87%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=60.87%
G=3.62%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8454900.940.420.67326.5888.7617.45
Hex5453105E2A431475911
Octal12456101365210350713121
Binary1010100101110001010111101010101000011101000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540531; }

 p { color: rgb(84,5,49); }

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

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

 a { background-color: rgb(84,5,49); }

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

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

 span { border-color: rgb(84,5,49); }

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