Html Css Color HEX #540D4C Tyrian Purple

📋 copy color: '#540D4C'

red 84 ◦ green 13 ◦ blue 76

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

Shades of Tyrian Purple #540D4C

Tints of Tyrian Purple #540D4C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.51%

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

R = 48.55%
G = 7.51%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#540D4C (or 0x540D4C) is known color: Tyrian Purple. HEX triplet: 54, 0D and 4C. RGB value is (84,13,76). Sum of RGB (Red+Green+Blue) = 84+13+76=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #540D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D4C is #ABF2B3. Grayscale: #292929. Windows color (decimal): -11268788 or 4984148. OLE color: 4984148.

HSL color Cylindrical-coordinate representation of color #540D4C: hue angle of 306.76º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #540D4C is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 13 76 -
CMYK 0 0.85 0.10 0.67
HSL 306.76º 0.73% 0.19% -
HSV(B) 306.76º 0.85% 0.33% -
XYZ 5.1 2.69 7.09 -
YUV 41.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 84 13 76 0 0.85 0.10 0.67 306.76 0.73 0.19
Hex 54 D 4C 0 55 A 43 133 49 13
Octal 124 15 114 0 125 12 103 463 111 23
Binary 1010100 1101 1001100 0 1010101 1010 1000011 100110011 1001001 10011

Color Harmonies of #540D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D4C

Black with #540D4C

Text Example


Text Example

White with #540D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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