Html Css Color HEX #540E4C Tyrian Purple

📋 copy color: '#540E4C'

red 84 ◦ green 14 ◦ blue 76

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

Shades of Tyrian Purple #540E4C

Tints of Tyrian Purple #540E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 48.28%
G = 8.05%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#540E4C (or 0x540E4C) is known color: Tyrian Purple. HEX triplet: 54, 0E and 4C. RGB value is (84,14,76). Sum of RGB (Red+Green+Blue) = 84+14+76=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #540E4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E4C is #ABF1B3. Grayscale: #292929. Windows color (decimal): -11268532 or 4984404. OLE color: 4984404.

HSL color Cylindrical-coordinate representation of color #540E4C: hue angle of 306.86º 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 #540E4C is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 14 76 -
CMYK 0 0.83 0.10 0.67
HSL 306.86º 0.71% 0.19% -
HSV(B) 306.86º 0.83% 0.33% -
XYZ 5.12 2.72 7.09 -
YUV 42 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 84 14 76 0 0.83 0.10 0.67 306.86 0.71 0.19
Hex 54 E 4C 0 53 A 43 133 47 13
Octal 124 16 114 0 123 12 103 463 107 23
Binary 1010100 1110 1001100 0 1010011 1010 1000011 100110011 1000111 10011

Color Harmonies of #540E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E4C

Black with #540E4C

Text Example


Text Example

White with #540E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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