Html Css Color HEX #560049 Tyrian Purple

📋 copy color: '#560049'

red 86 ◦ green 0 ◦ blue 73

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

Shades of Tyrian Purple #560049

Tints of Tyrian Purple #560049

RGB

 RED value IS 86 (33.98% from 255) = 54.09%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 73 (28.91% from 255) = 45.91%

R = 54.09%
G = 0%
B = 45.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#560049 (or 0x560049) is known color: Tyrian Purple. HEX triplet: 56, 00 and 49. RGB value is (86,0,73). Sum of RGB (Red+Green+Blue) = 86+0+73=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 73 (28.91% from 255 or 45.91% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #560049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560049 is #A9FFB6. Grayscale: #212121. Windows color (decimal): -11141047 or 4784214. OLE color: 4784214.

HSL color Cylindrical-coordinate representation of color #560049: hue angle of 309.07º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #560049 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 0 73 -
CMYK 0 1 0.15 0.66
HSL 309.07º 1% 0.17% -
HSV(B) 309.07º 1% 0.34% -
XYZ 5.04 2.46 6.51 -
YUV 34.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 86 0 73 0 1 0.15 0.66 309.07 1 0.17
Hex 56 0 49 0 64 F 42 135 64 11
Octal 126 0 111 0 144 17 102 465 144 21
Binary 1010110 0 1001001 0 1100100 1111 1000010 100110101 1100100 10001

Color Harmonies of #560049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560049

Black with #560049

Text Example


Text Example

White with #560049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560049; }

 p { color: rgb(86,0,73); }

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

background-color css

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

 a { background-color: rgb(86,0,73); }

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

border-color css

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

 span { border-color: rgb(86,0,73); }

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