#540538

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

Shades of Tyrian Purple #540538

Tints of Tyrian Purple #540538

Color information

#540538 (or 0x540538) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 38. RGB value is (84,5,56). Sum of RGB (Red+Green+Blue) = 84+5+56=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #540538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540538 is #ABFAC7. Grayscale: #222222. Windows color (decimal): -11270856 or 3671380. OLE color: 3671380.

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

Color convert

RGB84556-
CMYK00.940.330.67
HSL321.27º88.76%17.45%-
HSV(B)321.27º94.05%32.94%-
XYZ4.422.283.95-
YUV34.44140.17163.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 5 (2.34% from 255) = 3.45%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=57.93%
G=3.45%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8455600.940.330.67321.2788.7617.45
Hex5453805E21431415911
Octal12457001364110350113121
Binary1010100101111000010111101000011000011101000001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540538; }

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

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

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

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

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

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

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

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