Html Css Color HEX #540D48 Tyrian Purple

📋 copy color: '#540D48'

red 84 ◦ green 13 ◦ blue 72

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

Shades of Tyrian Purple #540D48

Tints of Tyrian Purple #540D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 49.7%
G = 7.69%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#540D48 (or 0x540D48) is known color: Tyrian Purple. HEX triplet: 54, 0D and 48. RGB value is (84,13,72). Sum of RGB (Red+Green+Blue) = 84+13+72=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #540D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D48 is #ABF2B7. Grayscale: #282828. Windows color (decimal): -11268792 or 4722004. OLE color: 4722004.

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

Color convert

RGB 84 13 72 -
CMYK 0 0.85 0.14 0.67
HSL 310.14º 0.73% 0.19% -
HSV(B) 310.14º 0.85% 0.33% -
XYZ 4.97 2.64 6.38 -
YUV 40.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 84 13 72 0 0.85 0.14 0.67 310.14 0.73 0.19
Hex 54 D 48 0 55 E 43 136 49 13
Octal 124 15 110 0 125 16 103 466 111 23
Binary 1010100 1101 1001000 0 1010101 1110 1000011 100110110 1001001 10011

Color Harmonies of #540D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D48

Black with #540D48

Text Example


Text Example

White with #540D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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