Html Css Color HEX #541040 Tyrian Purple

📋 copy color: '#541040'

red 84 ◦ green 16 ◦ blue 64

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

Shades of Tyrian Purple #541040

Tints of Tyrian Purple #541040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.02%

R = 51.22%
G = 9.76%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#541040 (or 0x541040) is known color: Tyrian Purple. HEX triplet: 54, 10 and 40. RGB value is (84,16,64). Sum of RGB (Red+Green+Blue) = 84+16+64=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #541040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541040 is #ABEFBF. Grayscale: #292929. Windows color (decimal): -11268032 or 4198484. OLE color: 4198484.

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

Color convert

RGB 84 16 64 -
CMYK 0 0.81 0.24 0.67
HSL 317.65º 0.68% 0.2% -
HSV(B) 317.65º 0.81% 0.33% -
XYZ 4.77 2.63 5.11 -
YUV 41.8 140.53 158.1 -
System Red Green Blue C M Y K H S L
Decimal 84 16 64 0 0.81 0.24 0.67 317.65 0.68 0.2
Hex 54 10 40 0 51 18 43 13E 44 14
Octal 124 20 100 0 121 30 103 476 104 24
Binary 1010100 10000 1000000 0 1010001 11000 1000011 100111110 1000100 10100

Color Harmonies of #541040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541040

Black with #541040

Text Example


Text Example

White with #541040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541040; }

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

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

background-color css

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

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

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

border-color css

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

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

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