Html Css Color HEX #540047 Tyrian Purple

📋 copy color: '#540047'

red 84 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #540047

Tints of Tyrian Purple #540047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.19%
G = 0%
B = 45.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#540047 (or 0x540047) is known color: Tyrian Purple. HEX triplet: 54, 00 and 47. RGB value is (84,0,71). Sum of RGB (Red+Green+Blue) = 84+0+71=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #540047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540047 is #ABFFB8. Grayscale: #212121. Windows color (decimal): -11272121 or 4653140. OLE color: 4653140.

HSL color Cylindrical-coordinate representation of color #540047: hue angle of 309.29º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540047 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 0 71 -
CMYK 0 1 0.15 0.67
HSL 309.29º 1% 0.16% -
HSV(B) 309.29º 1% 0.33% -
XYZ 4.79 2.34 6.16 -
YUV 33.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 84 0 71 0 1 0.15 0.67 309.29 1 0.16
Hex 54 0 47 0 64 F 43 135 64 10
Octal 124 0 107 0 144 17 103 465 144 20
Binary 1010100 0 1000111 0 1100100 1111 1000011 100110101 1100100 10000

Color Harmonies of #540047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540047

Black with #540047

Text Example


Text Example

White with #540047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540047; }

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

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

background-color css

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

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

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

border-color css

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

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

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