Html Css Color HEX #541241 Tyrian Purple

📋 copy color: '#541241'

red 84 ◦ green 18 ◦ blue 65

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

Shades of Tyrian Purple #541241

Tints of Tyrian Purple #541241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 65 (25.78% from 255) = 38.92%

R = 50.3%
G = 10.78%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#541241 (or 0x541241) is known color: Tyrian Purple. HEX triplet: 54, 12 and 41. RGB value is (84,18,65). Sum of RGB (Red+Green+Blue) = 84+18+65=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #541241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541241 is #ABEDBE. Grayscale: #2A2A2A. Windows color (decimal): -11267519 or 4264532. OLE color: 4264532.

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

Color convert

RGB 84 18 65 -
CMYK 0 0.79 0.23 0.67
HSL 317.27º 0.65% 0.2% -
HSV(B) 317.27º 0.79% 0.33% -
XYZ 4.83 2.7 5.27 -
YUV 43.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 84 18 65 0 0.79 0.23 0.67 317.27 0.65 0.2
Hex 54 12 41 0 4F 17 43 13D 41 14
Octal 124 22 101 0 117 27 103 475 101 24
Binary 1010100 10010 1000001 0 1001111 10111 1000011 100111101 1000001 10100

Color Harmonies of #541241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541241

Black with #541241

Text Example


Text Example

White with #541241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541241; }

 p { color: rgb(84,18,65); }

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

background-color css

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

 a { background-color: rgb(84,18,65); }

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

border-color css

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

 span { border-color: rgb(84,18,65); }

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