Html Css Color HEX #541246 Tyrian Purple

📋 copy color: '#541246'

red 84 ◦ green 18 ◦ blue 70

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

Shades of Tyrian Purple #541246

Tints of Tyrian Purple #541246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.7%

R = 48.84%
G = 10.47%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#541246 (or 0x541246) is known color: Tyrian Purple. HEX triplet: 54, 12 and 46. RGB value is (84,18,70). Sum of RGB (Red+Green+Blue) = 84+18+70=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #541246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541246 is #ABEDB9. Grayscale: #2B2B2B. Windows color (decimal): -11267514 or 4592212. OLE color: 4592212.

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

Color convert

RGB 84 18 70 -
CMYK 0 0.79 0.17 0.67
HSL 312.73º 0.65% 0.2% -
HSV(B) 312.73º 0.79% 0.33% -
XYZ 4.98 2.76 6.06 -
YUV 43.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 84 18 70 0 0.79 0.17 0.67 312.73 0.65 0.2
Hex 54 12 46 0 4F 11 43 139 41 14
Octal 124 22 106 0 117 21 103 471 101 24
Binary 1010100 10010 1000110 0 1001111 10001 1000011 100111001 1000001 10100

Color Harmonies of #541246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541246

Black with #541246

Text Example


Text Example

White with #541246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541246; }

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

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

background-color css

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

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

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

border-color css

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

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

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