Html Css Color HEX #540E4B Tyrian Purple

📋 copy color: '#540E4B'

red 84 ◦ green 14 ◦ blue 75

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

Shades of Tyrian Purple #540E4B

Tints of Tyrian Purple #540E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.35%

R = 48.55%
G = 8.09%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#540E4B (or 0x540E4B) is known color: Tyrian Purple. HEX triplet: 54, 0E and 4B. RGB value is (84,14,75). Sum of RGB (Red+Green+Blue) = 84+14+75=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #540E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540E4B is #ABF1B4. Grayscale: #292929. Windows color (decimal): -11268533 or 4918868. OLE color: 4918868.

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

Color convert

RGB 84 14 75 -
CMYK 0 0.83 0.11 0.67
HSL 307.71º 0.71% 0.19% -
HSV(B) 307.71º 0.83% 0.33% -
XYZ 5.08 2.71 6.91 -
YUV 41.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 84 14 75 0 0.83 0.11 0.67 307.71 0.71 0.19
Hex 54 E 4B 0 53 B 43 134 47 13
Octal 124 16 113 0 123 13 103 464 107 23
Binary 1010100 1110 1001011 0 1010011 1011 1000011 100110100 1000111 10011

Color Harmonies of #540E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540E4B

Black with #540E4B

Text Example


Text Example

White with #540E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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