Html Css Color HEX #540331 Tyrian Purple

📋 copy color: '#540331'

red 84 ◦ green 3 ◦ blue 49

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

Shades of Tyrian Purple #540331

Tints of Tyrian Purple #540331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

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

R = 61.76%
G = 2.21%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#540331 (or 0x540331) is known color: Tyrian Purple. HEX triplet: 54, 03 and 31. RGB value is (84,3,49). Sum of RGB (Red+Green+Blue) = 84+3+49=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #540331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540331 is #ABFCCE. Grayscale: #202020. Windows color (decimal): -11271375 or 3212116. OLE color: 3212116.

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

Color convert

RGB 84 3 49 -
CMYK 0 0.96 0.42 0.67
HSL 325.93º 0.93% 0.17% -
HSV(B) 325.93º 0.96% 0.33% -
XYZ 4.24 2.17 3.1 -
YUV 32.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 84 3 49 0 0.96 0.42 0.67 325.93 0.93 0.17
Hex 54 3 31 0 60 2A 43 146 5D 11
Octal 124 3 61 0 140 52 103 506 135 21
Binary 1010100 11 110001 0 1100000 101010 1000011 101000110 1011101 10001

Color Harmonies of #540331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540331

Black with #540331

Text Example


Text Example

White with #540331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540331; }

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

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

background-color css

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

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

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

border-color css

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

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

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