Html Css Color HEX #541342 Tyrian Purple

📋 copy color: '#541342'

red 84 ◦ green 19 ◦ blue 66

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

Shades of Tyrian Purple #541342

Tints of Tyrian Purple #541342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.05%

R = 49.7%
G = 11.24%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#541342 (or 0x541342) is known color: Tyrian Purple. HEX triplet: 54, 13 and 42. RGB value is (84,19,66). Sum of RGB (Red+Green+Blue) = 84+19+66=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #541342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541342 is #ABECBD. Grayscale: #2B2B2B. Windows color (decimal): -11267262 or 4330324. OLE color: 4330324.

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

Color convert

RGB 84 19 66 -
CMYK 0 0.77 0.21 0.67
HSL 316.62º 0.63% 0.2% -
HSV(B) 316.62º 0.77% 0.33% -
XYZ 4.87 2.74 5.43 -
YUV 43.79 140.53 156.68 -
System Red Green Blue C M Y K H S L
Decimal 84 19 66 0 0.77 0.21 0.67 316.62 0.63 0.2
Hex 54 13 42 0 4D 15 43 13D 3F 14
Octal 124 23 102 0 115 25 103 475 77 24
Binary 1010100 10011 1000010 0 1001101 10101 1000011 100111101 111111 10100

Color Harmonies of #541342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541342

Black with #541342

Text Example


Text Example

White with #541342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541342; }

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

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

background-color css

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

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

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

border-color css

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

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

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