Html Css Color HEX #540151 Tyrian Purple

📋 copy color: '#540151'

red 84 ◦ green 1 ◦ blue 81

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

Shades of Tyrian Purple #540151

Tints of Tyrian Purple #540151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 48.8%

R = 50.6%
G = 0.6%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#540151 (or 0x540151) is known color: Tyrian Purple. HEX triplet: 54, 01 and 51. RGB value is (84,1,81). Sum of RGB (Red+Green+Blue) = 84+1+81=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #540151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540151 is #ABFEAE. Grayscale: #222222. Windows color (decimal): -11271855 or 5308756. OLE color: 5308756.

HSL color Cylindrical-coordinate representation of color #540151: hue angle of 302.17º 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 #540151 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 1 81 -
CMYK 0 0.99 0.04 0.67
HSL 302.17º 0.98% 0.17% -
HSV(B) 302.17º 0.99% 0.33% -
XYZ 5.15 2.5 8 -
YUV 34.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 84 1 81 0 0.99 0.04 0.67 302.17 0.98 0.17
Hex 54 1 51 0 63 4 43 12E 62 11
Octal 124 1 121 0 143 4 103 456 142 21
Binary 1010100 1 1010001 0 1100011 100 1000011 100101110 1100010 10001

Color Harmonies of #540151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540151

Black with #540151

Text Example


Text Example

White with #540151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540151; }

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

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

background-color css

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

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

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

border-color css

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

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

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