Html Css Color HEX #540249 Tyrian Purple

📋 copy color: '#540249'

red 84 ◦ green 2 ◦ blue 73

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

Shades of Tyrian Purple #540249

Tints of Tyrian Purple #540249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 52.83%
G = 1.26%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#540249 (or 0x540249) is known color: Tyrian Purple. HEX triplet: 54, 02 and 49. RGB value is (84,2,73). Sum of RGB (Red+Green+Blue) = 84+2+73=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #540249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540249 is #ABFDB6. Grayscale: #222222. Windows color (decimal): -11271607 or 4784724. OLE color: 4784724.

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

Color convert

RGB 84 2 73 -
CMYK 0 0.98 0.13 0.67
HSL 308.05º 0.95% 0.17% -
HSV(B) 308.05º 0.98% 0.33% -
XYZ 4.88 2.41 6.51 -
YUV 34.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 84 2 73 0 0.98 0.13 0.67 308.05 0.95 0.17
Hex 54 2 49 0 62 D 43 134 5F 11
Octal 124 2 111 0 142 15 103 464 137 21
Binary 1010100 10 1001001 0 1100010 1101 1000011 100110100 1011111 10001

Color Harmonies of #540249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540249

Black with #540249

Text Example


Text Example

White with #540249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540249; }

 p { color: rgb(84,2,73); }

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

background-color css

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

 a { background-color: rgb(84,2,73); }

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

border-color css

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

 span { border-color: rgb(84,2,73); }

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