Html Css Color HEX #540F48 Tyrian Purple

📋 copy color: '#540F48'

red 84 ◦ green 15 ◦ blue 72

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

Shades of Tyrian Purple #540F48

Tints of Tyrian Purple #540F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 49.12%
G = 8.77%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#540F48 (or 0x540F48) is known color: Tyrian Purple. HEX triplet: 54, 0F and 48. RGB value is (84,15,72). Sum of RGB (Red+Green+Blue) = 84+15+72=171 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.12% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 84 - color contains mainly: red. Hex color #540F48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540F48 is #ABF0B7. Grayscale: #292929. Windows color (decimal): -11268280 or 4722516. OLE color: 4722516.

HSL color Cylindrical-coordinate representation of color #540F48: hue angle of 310.43º 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 #540F48 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 15 72 -
CMYK 0 0.82 0.14 0.67
HSL 310.43º 0.7% 0.19% -
HSV(B) 310.43º 0.82% 0.33% -
XYZ 5 2.69 6.39 -
YUV 42.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 84 15 72 0 0.82 0.14 0.67 310.43 0.7 0.19
Hex 54 F 48 0 52 E 43 136 46 13
Octal 124 17 110 0 122 16 103 466 106 23
Binary 1010100 1111 1001000 0 1010010 1110 1000011 100110110 1000110 10011

Color Harmonies of #540F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F48

Black with #540F48

Text Example


Text Example

White with #540F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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