Html Css Color HEX #540948 Tyrian Purple

📋 copy color: '#540948'

red 84 ◦ green 9 ◦ blue 72

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

Shades of Tyrian Purple #540948

Tints of Tyrian Purple #540948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

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

R = 50.91%
G = 5.45%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#540948 (or 0x540948) is known color: Tyrian Purple. HEX triplet: 54, 09 and 48. RGB value is (84,9,72). Sum of RGB (Red+Green+Blue) = 84+9+72=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #540948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540948 is #ABF6B7. Grayscale: #262626. Windows color (decimal): -11269816 or 4720980. OLE color: 4720980.

HSL color Cylindrical-coordinate representation of color #540948: hue angle of 309.6º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540948 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 9 72 -
CMYK 0 0.89 0.14 0.67
HSL 309.6º 0.81% 0.18% -
HSV(B) 309.6º 0.89% 0.33% -
XYZ 4.92 2.55 6.36 -
YUV 38.61 146.85 160.38 -
System Red Green Blue C M Y K H S L
Decimal 84 9 72 0 0.89 0.14 0.67 309.6 0.81 0.18
Hex 54 9 48 0 59 E 43 136 51 12
Octal 124 11 110 0 131 16 103 466 121 22
Binary 1010100 1001 1001000 0 1011001 1110 1000011 100110110 1010001 10010

Color Harmonies of #540948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540948

Black with #540948

Text Example


Text Example

White with #540948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540948; }

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

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

background-color css

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

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

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

border-color css

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

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

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