Html Css Color HEX #560D4D Tyrian Purple

📋 copy color: '#560D4D'

red 86 ◦ green 13 ◦ blue 77

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

Shades of Tyrian Purple #560D4D

Tints of Tyrian Purple #560D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

 BLUE value IS 77 (30.47% from 255) = 43.75%

R = 48.86%
G = 7.39%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#560D4D (or 0x560D4D) is known color: Tyrian Purple. HEX triplet: 56, 0D and 4D. RGB value is (86,13,77). Sum of RGB (Red+Green+Blue) = 86+13+77=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #560D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D4D is #A9F2B2. Grayscale: #292929. Windows color (decimal): -11137715 or 5049686. OLE color: 5049686.

HSL color Cylindrical-coordinate representation of color #560D4D: hue angle of 307.4º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D4D is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 13 77 -
CMYK 0 0.85 0.10 0.66
HSL 307.4º 0.74% 0.19% -
HSV(B) 307.4º 0.85% 0.34% -
XYZ 5.32 2.8 7.28 -
YUV 42.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 86 13 77 0 0.85 0.10 0.66 307.4 0.74 0.19
Hex 56 D 4D 0 55 A 42 133 4A 13
Octal 126 15 115 0 125 12 102 463 112 23
Binary 1010110 1101 1001101 0 1010101 1010 1000010 100110011 1001010 10011

Color Harmonies of #560D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560D4D

Black with #560D4D

Text Example


Text Example

White with #560D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560D4D; }

 p { color: rgb(86,13,77); }

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

background-color css

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

 a { background-color: rgb(86,13,77); }

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

border-color css

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

 span { border-color: rgb(86,13,77); }

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