Html Css Color HEX #540E47 Tyrian Purple

📋 copy color: '#540E47'

red 84 ◦ green 14 ◦ blue 71

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

Shades of Tyrian Purple #540E47

Tints of Tyrian Purple #540E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.28%

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

R = 49.7%
G = 8.28%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#540E47 (or 0x540E47) is known color: Tyrian Purple. HEX triplet: 54, 0E and 47. RGB value is (84,14,71). Sum of RGB (Red+Green+Blue) = 84+14+71=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #540E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E47 is #ABF1B8. Grayscale: #292929. Windows color (decimal): -11268537 or 4656724. OLE color: 4656724.

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

Color convert

RGB 84 14 71 -
CMYK 0 0.83 0.15 0.67
HSL 311.14º 0.71% 0.19% -
HSV(B) 311.14º 0.83% 0.33% -
XYZ 4.95 2.65 6.21 -
YUV 41.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 84 14 71 0 0.83 0.15 0.67 311.14 0.71 0.19
Hex 54 E 47 0 53 F 43 137 47 13
Octal 124 16 107 0 123 17 103 467 107 23
Binary 1010100 1110 1000111 0 1010011 1111 1000011 100110111 1000111 10011

Color Harmonies of #540E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E47

Black with #540E47

Text Example


Text Example

White with #540E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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