Html Css Color HEX #540149 Tyrian Purple

📋 copy color: '#540149'

red 84 ◦ green 1 ◦ blue 73

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

Shades of Tyrian Purple #540149

Tints of Tyrian Purple #540149

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

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

R = 53.16%
G = 0.63%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#540149 (or 0x540149) is known color: Tyrian Purple. HEX triplet: 54, 01 and 49. RGB value is (84,1,73). Sum of RGB (Red+Green+Blue) = 84+1+73=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540149 is #ABFEB6. Grayscale: #212121. Windows color (decimal): -11271863 or 4784468. OLE color: 4784468.

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

Color convert

RGB 84 1 73 -
CMYK 0 0.99 0.13 0.67
HSL 307.95º 0.98% 0.17% -
HSV(B) 307.95º 0.99% 0.33% -
XYZ 4.87 2.39 6.51 -
YUV 34.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 84 1 73 0 0.99 0.13 0.67 307.95 0.98 0.17
Hex 54 1 49 0 63 D 43 134 62 11
Octal 124 1 111 0 143 15 103 464 142 21
Binary 1010100 1 1001001 0 1100011 1101 1000011 100110100 1100010 10001

Color Harmonies of #540149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540149

Black with #540149

Text Example


Text Example

White with #540149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540149; }

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

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

background-color css

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

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

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

border-color css

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

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

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