Html Css Color HEX #540931 Tyrian Purple

📋 copy color: '#540931'

red 84 ◦ green 9 ◦ blue 49

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

Shades of Tyrian Purple #540931

Tints of Tyrian Purple #540931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.34%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 59.15%
G = 6.34%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#540931 (or 0x540931) is known color: Tyrian Purple. HEX triplet: 54, 09 and 31. RGB value is (84,9,49). Sum of RGB (Red+Green+Blue) = 84+9+49=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #540931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540931 is #ABF6CE. Grayscale: #232323. Windows color (decimal): -11269839 or 3213652. OLE color: 3213652.

HSL color Cylindrical-coordinate representation of color #540931: hue angle of 328º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540931 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 49 -
CMYK 0 0.89 0.42 0.67
HSL 328º 0.81% 0.18% -
HSV(B) 328º 0.89% 0.33% -
XYZ 4.31 2.3 3.12 -
YUV 35.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 84 9 49 0 0.89 0.42 0.67 328 0.81 0.18
Hex 54 9 31 0 59 2A 43 148 51 12
Octal 124 11 61 0 131 52 103 510 121 22
Binary 1010100 1001 110001 0 1011001 101010 1000011 101001000 1010001 10010

Color Harmonies of #540931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540931

Black with #540931

Text Example


Text Example

White with #540931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540931; }

 p { color: rgb(84,9,49); }

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

background-color css

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

 a { background-color: rgb(84,9,49); }

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

border-color css

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

 span { border-color: rgb(84,9,49); }

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