Html Css Color HEX #540D41 Tyrian Purple

📋 copy color: '#540D41'

red 84 ◦ green 13 ◦ blue 65

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

Shades of Tyrian Purple #540D41

Tints of Tyrian Purple #540D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 51.85%
G = 8.02%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#540D41 (or 0x540D41) is known color: Tyrian Purple. HEX triplet: 54, 0D and 41. RGB value is (84,13,65). Sum of RGB (Red+Green+Blue) = 84+13+65=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #540D41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540D41 is #ABF2BE. Grayscale: #282828. Windows color (decimal): -11268799 or 4263252. OLE color: 4263252.

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

Color convert

RGB 84 13 65 -
CMYK 0 0.85 0.23 0.67
HSL 316.06º 0.73% 0.19% -
HSV(B) 316.06º 0.85% 0.33% -
XYZ 4.75 2.55 5.24 -
YUV 40.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 84 13 65 0 0.85 0.23 0.67 316.06 0.73 0.19
Hex 54 D 41 0 55 17 43 13C 49 13
Octal 124 15 101 0 125 27 103 474 111 23
Binary 1010100 1101 1000001 0 1010101 10111 1000011 100111100 1001001 10011

Color Harmonies of #540D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540D41

Black with #540D41

Text Example


Text Example

White with #540D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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