Shades of Tyrian Purple #63084E
Tints of Tyrian Purple #63084E
RGB
CMYK
RGB Variations
Color information
#63084E (or 0x63084E) is known color: Tyrian Purple. HEX triplet: 63, 08 and 4E. RGB value is (99,8,78). Sum of RGB (Red+Green+Blue) = 99+8+78=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63084E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63084E is #9CF7B1. Grayscale: #2B2B2B. Windows color (decimal): -10287026 or 5113955. OLE color: 5113955.
HSL color Cylindrical-coordinate representation of color #63084E: hue angle of 313.85º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63084E is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 78 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.61 |
| HSL | 313.85º | 0.85% | 0.21% | - |
| HSV(B) | 313.85º | 0.92% | 0.39% | - |
| XYZ | 6.61 | 3.38 | 7.51 | - |
| YUV | 43.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 78 | 0 | 0.92 | 0.21 | 0.61 | 313.85 | 0.85 | 0.21 |
| Hex | 63 | 8 | 4E | 0 | 5C | 15 | 3D | 13A | 55 | 15 |
| Octal | 143 | 10 | 116 | 0 | 134 | 25 | 75 | 472 | 125 | 25 |
| Binary | 1100011 | 1000 | 1001110 | 0 | 1011100 | 10101 | 111101 | 100111010 | 1010101 | 10101 |
Color Harmonies of #63084E
Complementary color
Monochromatic Colors of #63084E
Black with #63084E
Text Example
Text Example
White with #63084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63084E; }
p { color: rgb(99,8,78); }
H1.HeaderClassName
{
color: #63084E;
}
.AnyTagClassName
{
color: #63084E;
}
</style>
background-color css
<style>
a { background-color: #63084E; }
a { background-color: rgb(99,8,78); }
div.DivClassName
{
background-color: #63084E;
}
.BgClassName
{
background-color: #63084E;
}
</style>
border-color css
<style>
span { border-color: #63084E; }
span { border-color: rgb(99,8,78); }
td.TdClassName
{
border-color: #63084E;
}
.TagClassName
{
border-color: #63084E;
}
</style>