Html Css Color HEX #540D3A Tyrian Purple

📋 copy color: '#540D3A'

red 84 ◦ green 13 ◦ blue 58

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

Shades of Tyrian Purple #540D3A

Tints of Tyrian Purple #540D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 37.42%

R = 54.19%
G = 8.39%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#540D3A (or 0x540D3A) is known color: Tyrian Purple. HEX triplet: 54, 0D and 3A. RGB value is (84,13,58). Sum of RGB (Red+Green+Blue) = 84+13+58=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #540D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D3A is #ABF2C5. Grayscale: #272727. Windows color (decimal): -11268806 or 3804500. OLE color: 3804500.

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

Color convert

RGB 84 13 58 -
CMYK 0 0.85 0.31 0.67
HSL 321.97º 0.73% 0.19% -
HSV(B) 321.97º 0.85% 0.33% -
XYZ 4.56 2.48 4.24 -
YUV 39.36 138.52 159.84 -
System Red Green Blue C M Y K H S L
Decimal 84 13 58 0 0.85 0.31 0.67 321.97 0.73 0.19
Hex 54 D 3A 0 55 1F 43 142 49 13
Octal 124 15 72 0 125 37 103 502 111 23
Binary 1010100 1101 111010 0 1010101 11111 1000011 101000010 1001001 10011

Color Harmonies of #540D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D3A

Black with #540D3A

Text Example


Text Example

White with #540D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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