Html Css Color HEX #540350 Tyrian Purple

📋 copy color: '#540350'

red 84 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #540350

Tints of Tyrian Purple #540350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.8%

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

R = 50.3%
G = 1.8%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#540350 (or 0x540350) is known color: Tyrian Purple. HEX triplet: 54, 03 and 50. RGB value is (84,3,80). Sum of RGB (Red+Green+Blue) = 84+3+80=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #540350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540350 is #ABFCAF. Grayscale: #232323. Windows color (decimal): -11271344 or 5243732. OLE color: 5243732.

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

Color convert

RGB 84 3 80 -
CMYK 0 0.96 0.05 0.67
HSL 302.96º 0.93% 0.17% -
HSV(B) 302.96º 0.96% 0.33% -
XYZ 5.14 2.53 7.81 -
YUV 36 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 84 3 80 0 0.96 0.05 0.67 302.96 0.93 0.17
Hex 54 3 50 0 60 5 43 12F 5D 11
Octal 124 3 120 0 140 5 103 457 135 21
Binary 1010100 11 1010000 0 1100000 101 1000011 100101111 1011101 10001

Color Harmonies of #540350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540350

Black with #540350

Text Example


Text Example

White with #540350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540350; }

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

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

background-color css

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

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

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

border-color css

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

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

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