Html Css Color HEX #540147 Tyrian Purple

📋 copy color: '#540147'

red 84 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #540147

Tints of Tyrian Purple #540147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 45.51%

R = 53.85%
G = 0.64%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#540147 (or 0x540147) is known color: Tyrian Purple. HEX triplet: 54, 01 and 47. RGB value is (84,1,71). Sum of RGB (Red+Green+Blue) = 84+1+71=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #540147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540147 is #ABFEB8. Grayscale: #212121. Windows color (decimal): -11271865 or 4653396. OLE color: 4653396.

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

Color convert

RGB 84 1 71 -
CMYK 0 0.99 0.15 0.67
HSL 309.4º 0.98% 0.17% -
HSV(B) 309.4º 0.99% 0.33% -
XYZ 4.8 2.36 6.16 -
YUV 33.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 84 1 71 0 0.99 0.15 0.67 309.4 0.98 0.17
Hex 54 1 47 0 63 F 43 135 62 11
Octal 124 1 107 0 143 17 103 465 142 21
Binary 1010100 1 1000111 0 1100011 1111 1000011 100110101 1100010 10001

Color Harmonies of #540147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540147

Black with #540147

Text Example


Text Example

White with #540147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540147; }

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

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

background-color css

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

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

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

border-color css

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

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

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