Html Css Color HEX #540549 Tyrian Purple

📋 copy color: '#540549'

red 84 ◦ green 5 ◦ blue 73

#540549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #540549

Tints of Tyrian Purple #540549

RGB

 RED value IS 84 (33.2% from 255) = 51.85%

 GREEN value IS 5 (2.34% from 255) = 3.09%

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 51.85%
G = 3.09%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#540549 (or 0x540549) is known color: Tyrian Purple. HEX triplet: 54, 05 and 49. RGB value is (84,5,73). Sum of RGB (Red+Green+Blue) = 84+5+73=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #540549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540549 is #ABFAB6. Grayscale: #242424. Windows color (decimal): -11270839 or 4785492. OLE color: 4785492.

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

Color convert

RGB 84 5 73 -
CMYK 0 0.94 0.13 0.67
HSL 308.35º 0.89% 0.17% -
HSV(B) 308.35º 0.94% 0.33% -
XYZ 4.91 2.47 6.52 -
YUV 36.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 84 5 73 0 0.94 0.13 0.67 308.35 0.89 0.17
Hex 54 5 49 0 5E D 43 134 59 11
Octal 124 5 111 0 136 15 103 464 131 21
Binary 1010100 101 1001001 0 1011110 1101 1000011 100110100 1011001 10001

Color Harmonies of #540549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540549

Black with #540549

Text Example


Text Example

White with #540549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540549; }

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

 H1.HeaderClassName
 {
   color: #540549;
 }
 .AnyTagClassName
 {
   color: #540549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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