Shades of Tyrian Purple #860348
Tints of Tyrian Purple #860348
RGB
CMYK
RGB Variations
Color information
#860348 (or 0x860348) is known color: Tyrian Purple. HEX triplet: 86, 03 and 48. RGB value is (134,3,72). Sum of RGB (Red+Green+Blue) = 134+3+72=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #860348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860348 is #79FCB7. Grayscale: #313131. Windows color (decimal): -7994552 or 4719494. OLE color: 4719494.
HSL color Cylindrical-coordinate representation of color #860348: hue angle of 328.4º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860348 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 72 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.47 |
| HSL | 328.4º | 0.96% | 0.27% | - |
| HSV(B) | 328.4º | 0.98% | 0.53% | - |
| XYZ | 11.03 | 5.6 | 6.63 | - |
| YUV | 50.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 72 | 0 | 0.98 | 0.46 | 0.47 | 328.4 | 0.96 | 0.27 |
| Hex | 86 | 3 | 48 | 0 | 62 | 2E | 2F | 148 | 60 | 1B |
| Octal | 206 | 3 | 110 | 0 | 142 | 56 | 57 | 510 | 140 | 33 |
| Binary | 10000110 | 11 | 1001000 | 0 | 1100010 | 101110 | 101111 | 101001000 | 1100000 | 11011 |
Color Harmonies of #860348
Complementary color
Monochromatic Colors of #860348
Black with #860348
Text Example
Text Example
White with #860348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860348; }
p { color: rgb(134,3,72); }
H1.HeaderClassName
{
color: #860348;
}
.AnyTagClassName
{
color: #860348;
}
</style>
background-color css
<style>
a { background-color: #860348; }
a { background-color: rgb(134,3,72); }
div.DivClassName
{
background-color: #860348;
}
.BgClassName
{
background-color: #860348;
}
</style>
border-color css
<style>
span { border-color: #860348; }
span { border-color: rgb(134,3,72); }
td.TdClassName
{
border-color: #860348;
}
.TagClassName
{
border-color: #860348;
}
</style>