Html Css Color HEX #540A40 Tyrian Purple

📋 copy color: '#540A40'

red 84 ◦ green 10 ◦ blue 64

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

Shades of Tyrian Purple #540A40

Tints of Tyrian Purple #540A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.33%

 BLUE value IS 64 (25.39% from 255) = 40.51%

R = 53.16%
G = 6.33%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#540A40 (or 0x540A40) is known color: Tyrian Purple. HEX triplet: 54, 0A and 40. RGB value is (84,10,64). Sum of RGB (Red+Green+Blue) = 84+10+64=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #540A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540A40 is #ABF5BF. Grayscale: #262626. Windows color (decimal): -11269568 or 4196948. OLE color: 4196948.

HSL color Cylindrical-coordinate representation of color #540A40: hue angle of 316.22º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540A40 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 10 64 -
CMYK 0 0.88 0.24 0.67
HSL 316.22º 0.79% 0.18% -
HSV(B) 316.22º 0.88% 0.33% -
XYZ 4.69 2.47 5.08 -
YUV 38.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 84 10 64 0 0.88 0.24 0.67 316.22 0.79 0.18
Hex 54 A 40 0 58 18 43 13C 4F 12
Octal 124 12 100 0 130 30 103 474 117 22
Binary 1010100 1010 1000000 0 1011000 11000 1000011 100111100 1001111 10010

Color Harmonies of #540A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540A40

Black with #540A40

Text Example


Text Example

White with #540A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,10,64); }

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

background-color css

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

 a { background-color: rgb(84,10,64); }

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

border-color css

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

 span { border-color: rgb(84,10,64); }

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