Html Css Color HEX #540C4C Tyrian Purple

📋 copy color: '#540C4C'

red 84 ◦ green 12 ◦ blue 76

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

Shades of Tyrian Purple #540C4C

Tints of Tyrian Purple #540C4C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.98%

 BLUE value IS 76 (30.08% from 255) = 44.19%

R = 48.84%
G = 6.98%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#540C4C (or 0x540C4C) is known color: Tyrian Purple. HEX triplet: 54, 0C and 4C. RGB value is (84,12,76). Sum of RGB (Red+Green+Blue) = 84+12+76=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #540C4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #540C4C is #ABF3B3. Grayscale: #282828. Windows color (decimal): -11269044 or 4983892. OLE color: 4983892.

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

Color convert

RGB 84 12 76 -
CMYK 0 0.86 0.10 0.67
HSL 306.67º 0.75% 0.19% -
HSV(B) 306.67º 0.86% 0.33% -
XYZ 5.09 2.67 7.08 -
YUV 40.82 147.85 158.8 -
System Red Green Blue C M Y K H S L
Decimal 84 12 76 0 0.86 0.10 0.67 306.67 0.75 0.19
Hex 54 C 4C 0 56 A 43 133 4B 13
Octal 124 14 114 0 126 12 103 463 113 23
Binary 1010100 1100 1001100 0 1010110 1010 1000011 100110011 1001011 10011

Color Harmonies of #540C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540C4C

Black with #540C4C

Text Example


Text Example

White with #540C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,12,76); }

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

background-color css

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

 a { background-color: rgb(84,12,76); }

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

border-color css

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

 span { border-color: rgb(84,12,76); }

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