Html Css Color HEX #540E42 Tyrian Purple

📋 copy color: '#540E42'

red 84 ◦ green 14 ◦ blue 66

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

Shades of Tyrian Purple #540E42

Tints of Tyrian Purple #540E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40.24%

R = 51.22%
G = 8.54%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#540E42 (or 0x540E42) is known color: Tyrian Purple. HEX triplet: 54, 0E and 42. RGB value is (84,14,66). Sum of RGB (Red+Green+Blue) = 84+14+66=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #540E42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E42 is #ABF1BD. Grayscale: #282828. Windows color (decimal): -11268542 or 4329044. OLE color: 4329044.

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

Color convert

RGB 84 14 66 -
CMYK 0 0.83 0.21 0.67
HSL 315.43º 0.71% 0.19% -
HSV(B) 315.43º 0.83% 0.33% -
XYZ 4.8 2.59 5.4 -
YUV 40.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 84 14 66 0 0.83 0.21 0.67 315.43 0.71 0.19
Hex 54 E 42 0 53 15 43 13B 47 13
Octal 124 16 102 0 123 25 103 473 107 23
Binary 1010100 1110 1000010 0 1010011 10101 1000011 100111011 1000111 10011

Color Harmonies of #540E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E42

Black with #540E42

Text Example


Text Example

White with #540E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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