Shades of Tyrian Purple #560250
Tints of Tyrian Purple #560250
RGB
CMYK
RGB Variations
Color information
#560250 (or 0x560250) is known color: Tyrian Purple. HEX triplet: 56, 02 and 50. RGB value is (86,2,80). Sum of RGB (Red+Green+Blue) = 86+2+80=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #560250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560250 is #A9FDAF. Grayscale: #232323. Windows color (decimal): -11140528 or 5243478. OLE color: 5243478.
HSL color Cylindrical-coordinate representation of color #560250: hue angle of 304.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #560250 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.66 |
| HSL | 304.29º | 0.95% | 0.17% | - |
| HSV(B) | 304.29º | 0.98% | 0.34% | - |
| XYZ | 5.31 | 2.6 | 7.81 | - |
| YUV | 36.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 2 | 80 | 0 | 0.98 | 0.07 | 0.66 | 304.29 | 0.95 | 0.17 |
| Hex | 56 | 2 | 50 | 0 | 62 | 7 | 42 | 130 | 5F | 11 |
| Octal | 126 | 2 | 120 | 0 | 142 | 7 | 102 | 460 | 137 | 21 |
| Binary | 1010110 | 10 | 1010000 | 0 | 1100010 | 111 | 1000010 | 100110000 | 1011111 | 10001 |
Color Harmonies of #560250
Complementary color
Monochromatic Colors of #560250
Black with #560250
Text Example
Text Example
White with #560250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560250; }
p { color: rgb(86,2,80); }
H1.HeaderClassName
{
color: #560250;
}
.AnyTagClassName
{
color: #560250;
}
</style>
background-color css
<style>
a { background-color: #560250; }
a { background-color: rgb(86,2,80); }
div.DivClassName
{
background-color: #560250;
}
.BgClassName
{
background-color: #560250;
}
</style>
border-color css
<style>
span { border-color: #560250; }
span { border-color: rgb(86,2,80); }
td.TdClassName
{
border-color: #560250;
}
.TagClassName
{
border-color: #560250;
}
</style>