Html Css Color HEX #540349 Tyrian Purple

📋 copy color: '#540349'

red 84 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #540349

Tints of Tyrian Purple #540349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.88%

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

R = 52.5%
G = 1.88%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#540349 (or 0x540349) is known color: Tyrian Purple. HEX triplet: 54, 03 and 49. RGB value is (84,3,73). Sum of RGB (Red+Green+Blue) = 84+3+73=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #540349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540349 is #ABFCB6. Grayscale: #232323. Windows color (decimal): -11271351 or 4784980. OLE color: 4784980.

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

Color convert

RGB 84 3 73 -
CMYK 0 0.96 0.13 0.67
HSL 308.15º 0.93% 0.17% -
HSV(B) 308.15º 0.96% 0.33% -
XYZ 4.89 2.43 6.51 -
YUV 35.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 84 3 73 0 0.96 0.13 0.67 308.15 0.93 0.17
Hex 54 3 49 0 60 D 43 134 5D 11
Octal 124 3 111 0 140 15 103 464 135 21
Binary 1010100 11 1001001 0 1100000 1101 1000011 100110100 1011101 10001

Color Harmonies of #540349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540349

Black with #540349

Text Example


Text Example

White with #540349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540349; }

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

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

background-color css

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

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

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

border-color css

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

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

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