Html Css Color HEX #560646 Tyrian Purple

📋 copy color: '#560646'

red 86 ◦ green 6 ◦ blue 70

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

Shades of Tyrian Purple #560646

Tints of Tyrian Purple #560646

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

 BLUE value IS 70 (27.73% from 255) = 43.21%

R = 53.09%
G = 3.7%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#560646 (or 0x560646) is known color: Tyrian Purple. HEX triplet: 56, 06 and 46. RGB value is (86,6,70). Sum of RGB (Red+Green+Blue) = 86+6+70=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560646 is #A9F9B9. Grayscale: #252525. Windows color (decimal): -11139514 or 4589142. OLE color: 4589142.

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

Color convert

RGB 86 6 70 -
CMYK 0 0.93 0.19 0.66
HSL 312º 0.87% 0.18% -
HSV(B) 312º 0.93% 0.34% -
XYZ 5.01 2.55 6.02 -
YUV 37.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 86 6 70 0 0.93 0.19 0.66 312 0.87 0.18
Hex 56 6 46 0 5D 13 42 138 57 12
Octal 126 6 106 0 135 23 102 470 127 22
Binary 1010110 110 1000110 0 1011101 10011 1000010 100111000 1010111 10010

Color Harmonies of #560646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560646

Black with #560646

Text Example


Text Example

White with #560646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560646; }

 p { color: rgb(86,6,70); }

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

background-color css

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

 a { background-color: rgb(86,6,70); }

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

border-color css

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

 span { border-color: rgb(86,6,70); }

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