Html Css Color HEX #540F40 Tyrian Purple

📋 copy color: '#540F40'

red 84 ◦ green 15 ◦ blue 64

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

Shades of Tyrian Purple #540F40

Tints of Tyrian Purple #540F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 39.26%

R = 51.53%
G = 9.2%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#540F40 (or 0x540F40) is known color: Tyrian Purple. HEX triplet: 54, 0F and 40. RGB value is (84,15,64). Sum of RGB (Red+Green+Blue) = 84+15+64=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #540F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540F40 is #ABF0BF. Grayscale: #292929. Windows color (decimal): -11268288 or 4198228. OLE color: 4198228.

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

Color convert

RGB 84 15 64 -
CMYK 0 0.82 0.24 0.67
HSL 317.39º 0.7% 0.19% -
HSV(B) 317.39º 0.82% 0.33% -
XYZ 4.75 2.6 5.1 -
YUV 41.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 84 15 64 0 0.82 0.24 0.67 317.39 0.7 0.19
Hex 54 F 40 0 52 18 43 13D 46 13
Octal 124 17 100 0 122 30 103 475 106 23
Binary 1010100 1111 1000000 0 1010010 11000 1000011 100111101 1000110 10011

Color Harmonies of #540F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F40

Black with #540F40

Text Example


Text Example

White with #540F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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