Html Css Color HEX #560849 Tyrian Purple

📋 copy color: '#560849'

red 86 ◦ green 8 ◦ blue 73

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

Shades of Tyrian Purple #560849

Tints of Tyrian Purple #560849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 51.5%
G = 4.79%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#560849 (or 0x560849) is known color: Tyrian Purple. HEX triplet: 56, 08 and 49. RGB value is (86,8,73). Sum of RGB (Red+Green+Blue) = 86+8+73=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #560849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560849 is #A9F7B6. Grayscale: #262626. Windows color (decimal): -11138999 or 4786262. OLE color: 4786262.

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

Color convert

RGB 86 8 73 -
CMYK 0 0.91 0.15 0.66
HSL 310º 0.83% 0.18% -
HSV(B) 310º 0.91% 0.34% -
XYZ 5.13 2.63 6.54 -
YUV 38.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 86 8 73 0 0.91 0.15 0.66 310 0.83 0.18
Hex 56 8 49 0 5B F 42 136 53 12
Octal 126 10 111 0 133 17 102 466 123 22
Binary 1010110 1000 1001001 0 1011011 1111 1000010 100110110 1010011 10010

Color Harmonies of #560849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560849

Black with #560849

Text Example


Text Example

White with #560849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560849; }

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

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

background-color css

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

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

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

border-color css

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

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

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