Html Css Color HEX #541142 Tyrian Purple

📋 copy color: '#541142'

red 84 ◦ green 17 ◦ blue 66

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

Shades of Tyrian Purple #541142

Tints of Tyrian Purple #541142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 66 (26.17% from 255) = 39.52%

R = 50.3%
G = 10.18%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#541142 (or 0x541142) is known color: Tyrian Purple. HEX triplet: 54, 11 and 42. RGB value is (84,17,66). Sum of RGB (Red+Green+Blue) = 84+17+66=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #541142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541142 is #ABEEBD. Grayscale: #2A2A2A. Windows color (decimal): -11267774 or 4329812. OLE color: 4329812.

HSL color Cylindrical-coordinate representation of color #541142: hue angle of 316.12º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541142 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 66 -
CMYK 0 0.80 0.21 0.67
HSL 316.12º 0.66% 0.2% -
HSV(B) 316.12º 0.8% 0.33% -
XYZ 4.84 2.68 5.42 -
YUV 42.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 84 17 66 0 0.80 0.21 0.67 316.12 0.66 0.2
Hex 54 11 42 0 50 15 43 13C 42 14
Octal 124 21 102 0 120 25 103 474 102 24
Binary 1010100 10001 1000010 0 1010000 10101 1000011 100111100 1000010 10100

Color Harmonies of #541142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541142

Black with #541142

Text Example


Text Example

White with #541142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541142; }

 p { color: rgb(84,17,66); }

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

background-color css

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

 a { background-color: rgb(84,17,66); }

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

border-color css

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

 span { border-color: rgb(84,17,66); }

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