Html Css Color HEX #541041 Tyrian Purple

📋 copy color: '#541041'

red 84 ◦ green 16 ◦ blue 65

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

Shades of Tyrian Purple #541041

Tints of Tyrian Purple #541041

RGB

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

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

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

R = 50.91%
G = 9.7%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#541041 (or 0x541041) is known color: Tyrian Purple. HEX triplet: 54, 10 and 41. RGB value is (84,16,65). Sum of RGB (Red+Green+Blue) = 84+16+65=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #541041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541041 is #ABEFBE. Grayscale: #292929. Windows color (decimal): -11268031 or 4264020. OLE color: 4264020.

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

Color convert

RGB 84 16 65 -
CMYK 0 0.81 0.23 0.67
HSL 316.76º 0.68% 0.2% -
HSV(B) 316.76º 0.81% 0.33% -
XYZ 4.8 2.64 5.26 -
YUV 41.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 84 16 65 0 0.81 0.23 0.67 316.76 0.68 0.2
Hex 54 10 41 0 51 17 43 13D 44 14
Octal 124 20 101 0 121 27 103 475 104 24
Binary 1010100 10000 1000001 0 1010001 10111 1000011 100111101 1000100 10100

Color Harmonies of #541041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541041

Black with #541041

Text Example


Text Example

White with #541041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541041; }

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

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

background-color css

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

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

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

border-color css

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

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

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