Html Css Color HEX #560649 Tyrian Purple

📋 copy color: '#560649'

red 86 ◦ green 6 ◦ blue 73

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

Shades of Tyrian Purple #560649

Tints of Tyrian Purple #560649

RGB

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

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

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

R = 52.12%
G = 3.64%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#560649 (or 0x560649) is known color: Tyrian Purple. HEX triplet: 56, 06 and 49. RGB value is (86,6,73). Sum of RGB (Red+Green+Blue) = 86+6+73=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #560649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560649 is #A9F9B6. Grayscale: #252525. Windows color (decimal): -11139511 or 4785750. OLE color: 4785750.

HSL color Cylindrical-coordinate representation of color #560649: hue angle of 309.75º 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 #560649 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 6 73 -
CMYK 0 0.93 0.15 0.66
HSL 309.75º 0.87% 0.18% -
HSV(B) 309.75º 0.93% 0.34% -
XYZ 5.11 2.59 6.53 -
YUV 37.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 86 6 73 0 0.93 0.15 0.66 309.75 0.87 0.18
Hex 56 6 49 0 5D F 42 136 57 12
Octal 126 6 111 0 135 17 102 466 127 22
Binary 1010110 110 1001001 0 1011101 1111 1000010 100110110 1010111 10010

Color Harmonies of #560649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560649

Black with #560649

Text Example


Text Example

White with #560649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560649; }

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

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

background-color css

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

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

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

border-color css

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

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

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