Html Css Color HEX #560650 Tyrian Purple

📋 copy color: '#560650'

red 86 ◦ green 6 ◦ blue 80

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

Shades of Tyrian Purple #560650

Tints of Tyrian Purple #560650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 50%
G = 3.49%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#560650 (or 0x560650) is known color: Tyrian Purple. HEX triplet: 56, 06 and 50. RGB value is (86,6,80). Sum of RGB (Red+Green+Blue) = 86+6+80=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #560650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560650 is #A9F9AF. Grayscale: #262626. Windows color (decimal): -11139504 or 5244502. OLE color: 5244502.

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

Color convert

RGB 86 6 80 -
CMYK 0 0.93 0.07 0.66
HSL 304.5º 0.87% 0.18% -
HSV(B) 304.5º 0.93% 0.34% -
XYZ 5.35 2.69 7.83 -
YUV 38.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 86 6 80 0 0.93 0.07 0.66 304.5 0.87 0.18
Hex 56 6 50 0 5D 7 42 130 57 12
Octal 126 6 120 0 135 7 102 460 127 22
Binary 1010110 110 1010000 0 1011101 111 1000010 100110000 1010111 10010

Color Harmonies of #560650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560650

Black with #560650

Text Example


Text Example

White with #560650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560650; }

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

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

background-color css

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

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

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

border-color css

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

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

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