Html Css Color HEX #540154 Tyrian Purple

📋 copy color: '#540154'

red 84 ◦ green 1 ◦ blue 84

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

Shades of Tyrian Purple #540154

Tints of Tyrian Purple #540154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 49.7%
G = 0.59%
B = 49.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#540154 (or 0x540154) is known color: Tyrian Purple. HEX triplet: 54, 01 and 54. RGB value is (84,1,84). Sum of RGB (Red+Green+Blue) = 84+1+84=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: red, blue. Hex color #540154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540154 is #ABFEAB. Grayscale: #232323. Windows color (decimal): -11271852 or 5505364. OLE color: 5505364.

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

Color convert

RGB 84 1 84 -
CMYK 0 0.99 0 0.67
HSL 300º 0.98% 0.17% -
HSV(B) 300º 0.99% 0.33% -
XYZ 5.27 2.55 8.6 -
YUV 35.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 84 1 84 0 0.99 0 0.67 300 0.98 0.17
Hex 54 1 54 0 63 0 43 12C 62 11
Octal 124 1 124 0 143 0 103 454 142 21
Binary 1010100 1 1010100 0 1100011 0 1000011 100101100 1100010 10001

Color Harmonies of #540154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540154

Black with #540154

Text Example


Text Example

White with #540154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540154; }

 p { color: rgb(84,1,84); }

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

background-color css

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

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

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

border-color css

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

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

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