Html Css Color HEX #540031 Tyrian Purple

📋 copy color: '#540031'

red 84 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #540031

Tints of Tyrian Purple #540031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.16%
G = 0%
B = 36.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#540031 (or 0x540031) is known color: Tyrian Purple. HEX triplet: 54, 00 and 31. RGB value is (84,0,49). Sum of RGB (Red+Green+Blue) = 84+0+49=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #540031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540031 is #ABFFCE. Grayscale: #1E1E1E. Windows color (decimal): -11272143 or 3211348. OLE color: 3211348.

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

Color convert

RGB 84 0 49 -
CMYK 0 1 0.42 0.67
HSL 325º 1% 0.16% -
HSV(B) 325º 1% 0.33% -
XYZ 4.21 2.11 3.09 -
YUV 30.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 84 0 49 0 1 0.42 0.67 325 1 0.16
Hex 54 0 31 0 64 2A 43 145 64 10
Octal 124 0 61 0 144 52 103 505 144 20
Binary 1010100 0 110001 0 1100100 101010 1000011 101000101 1100100 10000

Color Harmonies of #540031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540031

Black with #540031

Text Example


Text Example

White with #540031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540031; }

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

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

background-color css

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

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

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

border-color css

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

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

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