#540248

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

Shades of Tyrian Purple #540248

Tints of Tyrian Purple #540248

Color information

#540248 (or 0x540248) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 48. RGB value is (84,2,72). Sum of RGB (Red+Green+Blue) = 84+2+72=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540248 is #ABFDB7. Grayscale: #222222. Windows color (decimal): -11271608 or 4719188. OLE color: 4719188.

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

Color convert

RGB84272-
CMYK00.980.140.67
HSL308.78º95.35%16.86%-
HSV(B)308.78º97.62%32.94%-
XYZ4.852.46.34-
YUV34.5149.17163.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=53.16%
G=1.27%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8427200.980.140.67308.7895.3516.86
Hex54248062E431355f11
Octal124211001421610346513721
Binary10101001010010000110001011101000011100110101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540248; }

 p { color: rgb(84,2,72); }

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

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

 a { background-color: rgb(84,2,72); }

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

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

 span { border-color: rgb(84,2,72); }

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