Html Css Color HEX #541147 Tyrian Purple

📋 copy color: '#541147'

red 84 ◦ green 17 ◦ blue 71

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

Shades of Tyrian Purple #541147

Tints of Tyrian Purple #541147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.28%

R = 48.84%
G = 9.88%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#541147 (or 0x541147) is known color: Tyrian Purple. HEX triplet: 54, 11 and 47. RGB value is (84,17,71). Sum of RGB (Red+Green+Blue) = 84+17+71=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #541147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541147 is #ABEEB8. Grayscale: #2B2B2B. Windows color (decimal): -11267769 or 4657492. OLE color: 4657492.

HSL color Cylindrical-coordinate representation of color #541147: hue angle of 311.64º 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 #541147 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 71 -
CMYK 0 0.80 0.15 0.67
HSL 311.64º 0.66% 0.2% -
HSV(B) 311.64º 0.8% 0.33% -
XYZ 4.99 2.74 6.23 -
YUV 43.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 84 17 71 0 0.80 0.15 0.67 311.64 0.66 0.2
Hex 54 11 47 0 50 F 43 138 42 14
Octal 124 21 107 0 120 17 103 470 102 24
Binary 1010100 10001 1000111 0 1010000 1111 1000011 100111000 1000010 10100

Color Harmonies of #541147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541147

Black with #541147

Text Example


Text Example

White with #541147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541147; }

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

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

background-color css

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

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

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

border-color css

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

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

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