Html Css Color HEX #540749 Tyrian Purple

📋 copy color: '#540749'

red 84 ◦ green 7 ◦ blue 73

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

Shades of Tyrian Purple #540749

Tints of Tyrian Purple #540749

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.27%

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

R = 51.22%
G = 4.27%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#540749 (or 0x540749) is known color: Tyrian Purple. HEX triplet: 54, 07 and 49. RGB value is (84,7,73). Sum of RGB (Red+Green+Blue) = 84+7+73=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #540749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540749 is #ABF8B6. Grayscale: #252525. Windows color (decimal): -11270327 or 4786004. OLE color: 4786004.

HSL color Cylindrical-coordinate representation of color #540749: hue angle of 308.57º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540749 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 7 73 -
CMYK 0 0.92 0.13 0.67
HSL 308.57º 0.85% 0.18% -
HSV(B) 308.57º 0.92% 0.33% -
XYZ 4.93 2.52 6.53 -
YUV 37.55 148.01 161.13 -
System Red Green Blue C M Y K H S L
Decimal 84 7 73 0 0.92 0.13 0.67 308.57 0.85 0.18
Hex 54 7 49 0 5C D 43 135 55 12
Octal 124 7 111 0 134 15 103 465 125 22
Binary 1010100 111 1001001 0 1011100 1101 1000011 100110101 1010101 10010

Color Harmonies of #540749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540749

Black with #540749

Text Example


Text Example

White with #540749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540749; }

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

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

background-color css

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

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

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

border-color css

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

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

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