Html Css Color HEX #540E3F Tyrian Purple

📋 copy color: '#540E3F'

red 84 ◦ green 14 ◦ blue 63

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

Shades of Tyrian Purple #540E3F

Tints of Tyrian Purple #540E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 39.13%

R = 52.17%
G = 8.7%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#540E3F (or 0x540E3F) is known color: Tyrian Purple. HEX triplet: 54, 0E and 3F. RGB value is (84,14,63). Sum of RGB (Red+Green+Blue) = 84+14+63=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #540E3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E3F is #ABF1C0. Grayscale: #282828. Windows color (decimal): -11268545 or 4132436. OLE color: 4132436.

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

Color convert

RGB 84 14 63 -
CMYK 0 0.83 0.25 0.67
HSL 318º 0.71% 0.19% -
HSV(B) 318º 0.83% 0.33% -
XYZ 4.71 2.56 4.95 -
YUV 40.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 84 14 63 0 0.83 0.25 0.67 318 0.71 0.19
Hex 54 E 3F 0 53 19 43 13E 47 13
Octal 124 16 77 0 123 31 103 476 107 23
Binary 1010100 1110 111111 0 1010011 11001 1000011 100111110 1000111 10011

Color Harmonies of #540E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E3F

Black with #540E3F

Text Example


Text Example

White with #540E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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