Html Css Color HEX #540831 Tyrian Purple

📋 copy color: '#540831'

red 84 ◦ green 8 ◦ blue 49

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

Shades of Tyrian Purple #540831

Tints of Tyrian Purple #540831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.67%

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

R = 59.57%
G = 5.67%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#540831 (or 0x540831) is known color: Tyrian Purple. HEX triplet: 54, 08 and 31. RGB value is (84,8,49). Sum of RGB (Red+Green+Blue) = 84+8+49=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #540831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540831 is #ABF7CE. Grayscale: #232323. Windows color (decimal): -11270095 or 3213396. OLE color: 3213396.

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

Color convert

RGB 84 8 49 -
CMYK 0 0.90 0.42 0.67
HSL 327.63º 0.83% 0.18% -
HSV(B) 327.63º 0.9% 0.33% -
XYZ 4.3 2.28 3.12 -
YUV 35.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 84 8 49 0 0.90 0.42 0.67 327.63 0.83 0.18
Hex 54 8 31 0 5A 2A 43 148 53 12
Octal 124 10 61 0 132 52 103 510 123 22
Binary 1010100 1000 110001 0 1011010 101010 1000011 101001000 1010011 10010

Color Harmonies of #540831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540831

Black with #540831

Text Example


Text Example

White with #540831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540831; }

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

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

background-color css

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

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

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

border-color css

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

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

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