Html Css Color HEX #541340 Tyrian Purple

📋 copy color: '#541340'

red 84 ◦ green 19 ◦ blue 64

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

Shades of Tyrian Purple #541340

Tints of Tyrian Purple #541340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.38%

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

R = 50.3%
G = 11.38%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#541340 (or 0x541340) is known color: Tyrian Purple. HEX triplet: 54, 13 and 40. RGB value is (84,19,64). Sum of RGB (Red+Green+Blue) = 84+19+64=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #541340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541340 is #ABECBF. Grayscale: #2B2B2B. Windows color (decimal): -11267264 or 4199252. OLE color: 4199252.

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

Color convert

RGB 84 19 64 -
CMYK 0 0.77 0.24 0.67
HSL 318.46º 0.63% 0.2% -
HSV(B) 318.46º 0.77% 0.33% -
XYZ 4.81 2.72 5.12 -
YUV 43.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 84 19 64 0 0.77 0.24 0.67 318.46 0.63 0.2
Hex 54 13 40 0 4D 18 43 13E 3F 14
Octal 124 23 100 0 115 30 103 476 77 24
Binary 1010100 10011 1000000 0 1001101 11000 1000011 100111110 111111 10100

Color Harmonies of #541340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541340

Black with #541340

Text Example


Text Example

White with #541340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541340; }

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

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

background-color css

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

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

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

border-color css

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

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

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