Html Css Color HEX #541047 Tyrian Purple

📋 copy color: '#541047'

red 84 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #541047

Tints of Tyrian Purple #541047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

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

R = 49.12%
G = 9.36%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#541047 (or 0x541047) is known color: Tyrian Purple. HEX triplet: 54, 10 and 47. RGB value is (84,16,71). Sum of RGB (Red+Green+Blue) = 84+16+71=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #541047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541047 is #ABEFB8. Grayscale: #2A2A2A. Windows color (decimal): -11268025 or 4657236. OLE color: 4657236.

HSL color Cylindrical-coordinate representation of color #541047: hue angle of 311.47º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541047 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 16 71 -
CMYK 0 0.81 0.15 0.67
HSL 311.47º 0.68% 0.2% -
HSV(B) 311.47º 0.81% 0.33% -
XYZ 4.98 2.71 6.22 -
YUV 42.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 84 16 71 0 0.81 0.15 0.67 311.47 0.68 0.2
Hex 54 10 47 0 51 F 43 137 44 14
Octal 124 20 107 0 121 17 103 467 104 24
Binary 1010100 10000 1000111 0 1010001 1111 1000011 100110111 1000100 10100

Color Harmonies of #541047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541047

Black with #541047

Text Example


Text Example

White with #541047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541047; }

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

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

background-color css

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

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

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

border-color css

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

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

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