Html Css Color HEX #541344 Tyrian Purple

📋 copy color: '#541344'

red 84 ◦ green 19 ◦ blue 68

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

Shades of Tyrian Purple #541344

Tints of Tyrian Purple #541344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.77%

R = 49.12%
G = 11.11%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#541344 (or 0x541344) is known color: Tyrian Purple. HEX triplet: 54, 13 and 44. RGB value is (84,19,68). Sum of RGB (Red+Green+Blue) = 84+19+68=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #541344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541344 is #ABECBB. Grayscale: #2B2B2B. Windows color (decimal): -11267260 or 4461396. OLE color: 4461396.

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

Color convert

RGB 84 19 68 -
CMYK 0 0.77 0.19 0.67
HSL 314.77º 0.63% 0.2% -
HSV(B) 314.77º 0.77% 0.33% -
XYZ 4.93 2.77 5.74 -
YUV 44.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 84 19 68 0 0.77 0.19 0.67 314.77 0.63 0.2
Hex 54 13 44 0 4D 13 43 13B 3F 14
Octal 124 23 104 0 115 23 103 473 77 24
Binary 1010100 10011 1000100 0 1001101 10011 1000011 100111011 111111 10100

Color Harmonies of #541344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541344

Black with #541344

Text Example


Text Example

White with #541344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541344; }

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

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

background-color css

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

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

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

border-color css

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

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

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