Html Css Color HEX #540E41 Tyrian Purple

📋 copy color: '#540E41'

red 84 ◦ green 14 ◦ blue 65

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

Shades of Tyrian Purple #540E41

Tints of Tyrian Purple #540E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.88%

R = 51.53%
G = 8.59%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#540E41 (or 0x540E41) is known color: Tyrian Purple. HEX triplet: 54, 0E and 41. RGB value is (84,14,65). Sum of RGB (Red+Green+Blue) = 84+14+65=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #540E41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E41 is #ABF1BE. Grayscale: #282828. Windows color (decimal): -11268543 or 4263508. OLE color: 4263508.

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

Color convert

RGB 84 14 65 -
CMYK 0 0.83 0.23 0.67
HSL 316.29º 0.71% 0.19% -
HSV(B) 316.29º 0.83% 0.33% -
XYZ 4.77 2.58 5.25 -
YUV 40.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 84 14 65 0 0.83 0.23 0.67 316.29 0.71 0.19
Hex 54 E 41 0 53 17 43 13C 47 13
Octal 124 16 101 0 123 27 103 474 107 23
Binary 1010100 1110 1000001 0 1010011 10111 1000011 100111100 1000111 10011

Color Harmonies of #540E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E41

Black with #540E41

Text Example


Text Example

White with #540E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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