#540533

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

Shades of Tyrian Purple #540533

Tints of Tyrian Purple #540533

Color information

#540533 (or 0x540533) is unknown color: approx Tyrian Purple. HEX triplet: 54, 05 and 33. RGB value is (84,5,51). Sum of RGB (Red+Green+Blue) = 84+5+51=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #540533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540533 is #ABFACC. Grayscale: #212121. Windows color (decimal): -11270861 or 3343700. OLE color: 3343700.

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

Color convert

RGB84551-
CMYK00.940.390.67
HSL325.06º88.76%17.45%-
HSV(B)325.06º94.05%32.94%-
XYZ4.312.233.34-
YUV33.86137.67163.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=60%
G=3.57%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8455100.940.390.67325.0688.7617.45
Hex5453305E27431455911
Octal12456301364710350513121
Binary1010100101110011010111101001111000011101000101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540533; }

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

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

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

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

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

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

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

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