Html Css Color HEX #541343 Tyrian Purple

📋 copy color: '#541343'

red 84 ◦ green 19 ◦ blue 67

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

Shades of Tyrian Purple #541343

Tints of Tyrian Purple #541343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.18%

 BLUE value IS 67 (26.56% from 255) = 39.41%

R = 49.41%
G = 11.18%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#541343 (or 0x541343) is known color: Tyrian Purple. HEX triplet: 54, 13 and 43. RGB value is (84,19,67). Sum of RGB (Red+Green+Blue) = 84+19+67=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #541343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541343 is #ABECBC. Grayscale: #2B2B2B. Windows color (decimal): -11267261 or 4395860. OLE color: 4395860.

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

Color convert

RGB 84 19 67 -
CMYK 0 0.77 0.20 0.67
HSL 315.69º 0.63% 0.2% -
HSV(B) 315.69º 0.77% 0.33% -
XYZ 4.9 2.76 5.58 -
YUV 43.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 84 19 67 0 0.77 0.20 0.67 315.69 0.63 0.2
Hex 54 13 43 0 4D 14 43 13C 3F 14
Octal 124 23 103 0 115 24 103 474 77 24
Binary 1010100 10011 1000011 0 1001101 10100 1000011 100111100 111111 10100

Color Harmonies of #541343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541343

Black with #541343

Text Example


Text Example

White with #541343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541343; }

 p { color: rgb(84,19,67); }

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

background-color css

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

 a { background-color: rgb(84,19,67); }

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

border-color css

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

 span { border-color: rgb(84,19,67); }

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