Html Css Color HEX #540841 Tyrian Purple

📋 copy color: '#540841'

red 84 ◦ green 8 ◦ blue 65

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

Shades of Tyrian Purple #540841

Tints of Tyrian Purple #540841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 53.5%
G = 5.1%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#540841 (or 0x540841) is known color: Tyrian Purple. HEX triplet: 54, 08 and 41. RGB value is (84,8,65). Sum of RGB (Red+Green+Blue) = 84+8+65=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #540841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540841 is #ABF7BE. Grayscale: #252525. Windows color (decimal): -11270079 or 4261972. OLE color: 4261972.

HSL color Cylindrical-coordinate representation of color #540841: hue angle of 315º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540841 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 8 65 -
CMYK 0 0.90 0.23 0.67
HSL 315º 0.83% 0.18% -
HSV(B) 315º 0.9% 0.33% -
XYZ 4.7 2.44 5.22 -
YUV 37.22 143.68 161.37 -
System Red Green Blue C M Y K H S L
Decimal 84 8 65 0 0.90 0.23 0.67 315 0.83 0.18
Hex 54 8 41 0 5A 17 43 13B 53 12
Octal 124 10 101 0 132 27 103 473 123 22
Binary 1010100 1000 1000001 0 1011010 10111 1000011 100111011 1010011 10010

Color Harmonies of #540841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540841

Black with #540841

Text Example


Text Example

White with #540841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540841; }

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

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

background-color css

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

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

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

border-color css

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

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

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