Html Css Color HEX #541242 Tyrian Purple

📋 copy color: '#541242'

red 84 ◦ green 18 ◦ blue 66

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

Shades of Tyrian Purple #541242

Tints of Tyrian Purple #541242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 50%
G = 10.71%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#541242 (or 0x541242) is known color: Tyrian Purple. HEX triplet: 54, 12 and 42. RGB value is (84,18,66). Sum of RGB (Red+Green+Blue) = 84+18+66=168 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 84 - color contains mainly: red. Hex color #541242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541242 is #ABEDBD. Grayscale: #2B2B2B. Windows color (decimal): -11267518 or 4330068. OLE color: 4330068.

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

Color convert

RGB 84 18 66 -
CMYK 0 0.79 0.21 0.67
HSL 316.36º 0.65% 0.2% -
HSV(B) 316.36º 0.79% 0.33% -
XYZ 4.86 2.71 5.42 -
YUV 43.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 84 18 66 0 0.79 0.21 0.67 316.36 0.65 0.2
Hex 54 12 42 0 4F 15 43 13C 41 14
Octal 124 22 102 0 117 25 103 474 101 24
Binary 1010100 10010 1000010 0 1001111 10101 1000011 100111100 1000001 10100

Color Harmonies of #541242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541242

Black with #541242

Text Example


Text Example

White with #541242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541242; }

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

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

background-color css

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

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

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

border-color css

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

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

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