Html Css Color HEX #541148 Tyrian Purple

📋 copy color: '#541148'

red 84 ◦ green 17 ◦ blue 72

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

Shades of Tyrian Purple #541148

Tints of Tyrian Purple #541148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.83%

 BLUE value IS 72 (28.52% from 255) = 41.62%

R = 48.55%
G = 9.83%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#541148 (or 0x541148) is known color: Tyrian Purple. HEX triplet: 54, 11 and 48. RGB value is (84,17,72). Sum of RGB (Red+Green+Blue) = 84+17+72=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #541148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541148 is #ABEEB7. Grayscale: #2B2B2B. Windows color (decimal): -11267768 or 4723028. OLE color: 4723028.

HSL color Cylindrical-coordinate representation of color #541148: hue angle of 310.75º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541148 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 72 -
CMYK 0 0.80 0.14 0.67
HSL 310.75º 0.66% 0.2% -
HSV(B) 310.75º 0.8% 0.33% -
XYZ 5.03 2.75 6.4 -
YUV 43.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 84 17 72 0 0.80 0.14 0.67 310.75 0.66 0.2
Hex 54 11 48 0 50 E 43 137 42 14
Octal 124 21 110 0 120 16 103 467 102 24
Binary 1010100 10001 1001000 0 1010000 1110 1000011 100110111 1000010 10100

Color Harmonies of #541148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541148

Black with #541148

Text Example


Text Example

White with #541148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541148; }

 p { color: rgb(84,17,72); }

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

background-color css

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

 a { background-color: rgb(84,17,72); }

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

border-color css

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

 span { border-color: rgb(84,17,72); }

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