#540253

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

Shades of Tyrian Purple #540253

Tints of Tyrian Purple #540253

Color information

#540253 (or 0x540253) is unknown color: approx Tyrian Purple. HEX triplet: 54, 02 and 53. RGB value is (84,2,83). Sum of RGB (Red+Green+Blue) = 84+2+83=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #540253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540253 is #ABFDAC. Grayscale: #232323. Windows color (decimal): -11271597 or 5440084. OLE color: 5440084.

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

Color convert

RGB84283-
CMYK00.980.010.67
HSL300.73º95.35%16.86%-
HSV(B)300.73º97.62%32.94%-
XYZ5.242.558.4-
YUV35.75154.67162.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 49.70%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=49.70%
G=1.18%
B=49.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8428300.980.010.67300.7395.3516.86
Hex5425306214312d5f11
Octal12421230142110345513721
Binary10101001010100110110001011000011100101101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540253; }

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

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

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

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

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

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

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

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