Html Css Color HEX #540547 Tyrian Purple

📋 copy color: '#540547'

red 84 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #540547

Tints of Tyrian Purple #540547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 52.5%
G = 3.13%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#540547 (or 0x540547) is known color: Tyrian Purple. HEX triplet: 54, 05 and 47. RGB value is (84,5,71). Sum of RGB (Red+Green+Blue) = 84+5+71=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #540547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540547 is #ABFAB8. Grayscale: #232323. Windows color (decimal): -11270841 or 4654420. OLE color: 4654420.

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

Color convert

RGB 84 5 71 -
CMYK 0 0.94 0.15 0.67
HSL 309.87º 0.89% 0.17% -
HSV(B) 309.87º 0.94% 0.33% -
XYZ 4.85 2.45 6.18 -
YUV 36.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 84 5 71 0 0.94 0.15 0.67 309.87 0.89 0.17
Hex 54 5 47 0 5E F 43 136 59 11
Octal 124 5 107 0 136 17 103 466 131 21
Binary 1010100 101 1000111 0 1011110 1111 1000011 100110110 1011001 10001

Color Harmonies of #540547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540547

Black with #540547

Text Example


Text Example

White with #540547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540547; }

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

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

background-color css

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

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

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

border-color css

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

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

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