Html Css Color HEX #541140 Tyrian Purple

📋 copy color: '#541140'

red 84 ◦ green 17 ◦ blue 64

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

Shades of Tyrian Purple #541140

Tints of Tyrian Purple #541140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.3%

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

R = 50.91%
G = 10.3%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#541140 (or 0x541140) is known color: Tyrian Purple. HEX triplet: 54, 11 and 40. RGB value is (84,17,64). Sum of RGB (Red+Green+Blue) = 84+17+64=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #541140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541140 is #ABEEBF. Grayscale: #2A2A2A. Windows color (decimal): -11267776 or 4198740. OLE color: 4198740.

HSL color Cylindrical-coordinate representation of color #541140: hue angle of 317.91º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541140 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 64 -
CMYK 0 0.80 0.24 0.67
HSL 317.91º 0.66% 0.2% -
HSV(B) 317.91º 0.8% 0.33% -
XYZ 4.78 2.66 5.11 -
YUV 42.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 84 17 64 0 0.80 0.24 0.67 317.91 0.66 0.2
Hex 54 11 40 0 50 18 43 13E 42 14
Octal 124 21 100 0 120 30 103 476 102 24
Binary 1010100 10001 1000000 0 1010000 11000 1000011 100111110 1000010 10100

Color Harmonies of #541140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541140

Black with #541140

Text Example


Text Example

White with #541140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541140; }

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

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

background-color css

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

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

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

border-color css

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

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

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