Html Css Color HEX #540431 Tyrian Purple

📋 copy color: '#540431'

red 84 ◦ green 4 ◦ blue 49

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

Shades of Tyrian Purple #540431

Tints of Tyrian Purple #540431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

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

R = 61.31%
G = 2.92%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#540431 (or 0x540431) is known color: Tyrian Purple. HEX triplet: 54, 04 and 31. RGB value is (84,4,49). Sum of RGB (Red+Green+Blue) = 84+4+49=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #540431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540431 is #ABFBCE. Grayscale: #202020. Windows color (decimal): -11271119 or 3212372. OLE color: 3212372.

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

Color convert

RGB 84 4 49 -
CMYK 0 0.95 0.42 0.67
HSL 326.25º 0.91% 0.17% -
HSV(B) 326.25º 0.95% 0.33% -
XYZ 4.25 2.19 3.1 -
YUV 33.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 84 4 49 0 0.95 0.42 0.67 326.25 0.91 0.17
Hex 54 4 31 0 5F 2A 43 146 5B 11
Octal 124 4 61 0 137 52 103 506 133 21
Binary 1010100 100 110001 0 1011111 101010 1000011 101000110 1011011 10001

Color Harmonies of #540431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540431

Black with #540431

Text Example


Text Example

White with #540431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540431; }

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

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

background-color css

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

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

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

border-color css

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

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

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