Html Css Color HEX #540550 Tyrian Purple

📋 copy color: '#540550'

red 84 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #540550

Tints of Tyrian Purple #540550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

 BLUE value IS 80 (31.64% from 255) = 47.34%

R = 49.7%
G = 2.96%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#540550 (or 0x540550) is known color: Tyrian Purple. HEX triplet: 54, 05 and 50. RGB value is (84,5,80). Sum of RGB (Red+Green+Blue) = 84+5+80=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #540550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540550 is #ABFAAF. Grayscale: #242424. Windows color (decimal): -11270832 or 5244244. OLE color: 5244244.

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

Color convert

RGB 84 5 80 -
CMYK 0 0.94 0.05 0.67
HSL 303.04º 0.89% 0.17% -
HSV(B) 303.04º 0.94% 0.33% -
XYZ 5.16 2.57 7.81 -
YUV 37.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 84 5 80 0 0.94 0.05 0.67 303.04 0.89 0.17
Hex 54 5 50 0 5E 5 43 12F 59 11
Octal 124 5 120 0 136 5 103 457 131 21
Binary 1010100 101 1010000 0 1011110 101 1000011 100101111 1011001 10001

Color Harmonies of #540550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540550

Black with #540550

Text Example


Text Example

White with #540550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540550; }

 p { color: rgb(84,5,80); }

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

background-color css

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

 a { background-color: rgb(84,5,80); }

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

border-color css

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

 span { border-color: rgb(84,5,80); }

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