Html Css Color HEX #540F47 Tyrian Purple

📋 copy color: '#540F47'

red 84 ◦ green 15 ◦ blue 71

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

Shades of Tyrian Purple #540F47

Tints of Tyrian Purple #540F47

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.82%

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

R = 49.41%
G = 8.82%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#540F47 (or 0x540F47) is known color: Tyrian Purple. HEX triplet: 54, 0F and 47. RGB value is (84,15,71). Sum of RGB (Red+Green+Blue) = 84+15+71=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 84 - color contains mainly: red. Hex color #540F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540F47 is #ABF0B8. Grayscale: #292929. Windows color (decimal): -11268281 or 4656980. OLE color: 4656980.

HSL color Cylindrical-coordinate representation of color #540F47: hue angle of 311.3º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #540F47 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 15 71 -
CMYK 0 0.82 0.15 0.67
HSL 311.3º 0.7% 0.19% -
HSV(B) 311.3º 0.82% 0.33% -
XYZ 4.96 2.68 6.22 -
YUV 42.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 84 15 71 0 0.82 0.15 0.67 311.3 0.7 0.19
Hex 54 F 47 0 52 F 43 137 46 13
Octal 124 17 107 0 122 17 103 467 106 23
Binary 1010100 1111 1000111 0 1010010 1111 1000011 100110111 1000110 10011

Color Harmonies of #540F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F47

Black with #540F47

Text Example


Text Example

White with #540F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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