Html Css Color HEX #560640 Tyrian Purple

📋 copy color: '#560640'

red 86 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #560640

Tints of Tyrian Purple #560640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 41.03%

R = 55.13%
G = 3.85%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#560640 (or 0x560640) is known color: Tyrian Purple. HEX triplet: 56, 06 and 40. RGB value is (86,6,64). Sum of RGB (Red+Green+Blue) = 86+6+64=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #560640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560640 is #A9F9BF. Grayscale: #242424. Windows color (decimal): -11139520 or 4195926. OLE color: 4195926.

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

Color convert

RGB 86 6 64 -
CMYK 0 0.93 0.26 0.66
HSL 316.5º 0.87% 0.18% -
HSV(B) 316.5º 0.93% 0.34% -
XYZ 4.83 2.48 5.07 -
YUV 36.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 86 6 64 0 0.93 0.26 0.66 316.5 0.87 0.18
Hex 56 6 40 0 5D 1A 42 13C 57 12
Octal 126 6 100 0 135 32 102 474 127 22
Binary 1010110 110 1000000 0 1011101 11010 1000010 100111100 1010111 10010

Color Harmonies of #560640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560640

Black with #560640

Text Example


Text Example

White with #560640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560640; }

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

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

background-color css

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

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

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

border-color css

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

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

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