Shades of Tyrian Purple #63064E
Tints of Tyrian Purple #63064E
RGB
CMYK
RGB Variations
Color information
#63064E (or 0x63064E) is known color: Tyrian Purple. HEX triplet: 63, 06 and 4E. RGB value is (99,6,78). Sum of RGB (Red+Green+Blue) = 99+6+78=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63064E is #9CF9B1. Grayscale: #292929. Windows color (decimal): -10287538 or 5113443. OLE color: 5113443.
HSL color Cylindrical-coordinate representation of color #63064E: hue angle of 313.55º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63064E is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 78 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.61 |
| HSL | 313.55º | 0.89% | 0.21% | - |
| HSV(B) | 313.55º | 0.94% | 0.39% | - |
| XYZ | 6.59 | 3.33 | 7.5 | - |
| YUV | 42.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 78 | 0 | 0.94 | 0.21 | 0.61 | 313.55 | 0.89 | 0.21 |
| Hex | 63 | 6 | 4E | 0 | 5E | 15 | 3D | 13A | 59 | 15 |
| Octal | 143 | 6 | 116 | 0 | 136 | 25 | 75 | 472 | 131 | 25 |
| Binary | 1100011 | 110 | 1001110 | 0 | 1011110 | 10101 | 111101 | 100111010 | 1011001 | 10101 |
Color Harmonies of #63064E
Complementary color
Monochromatic Colors of #63064E
Black with #63064E
Text Example
Text Example
White with #63064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63064E; }
p { color: rgb(99,6,78); }
H1.HeaderClassName
{
color: #63064E;
}
.AnyTagClassName
{
color: #63064E;
}
</style>
background-color css
<style>
a { background-color: #63064E; }
a { background-color: rgb(99,6,78); }
div.DivClassName
{
background-color: #63064E;
}
.BgClassName
{
background-color: #63064E;
}
</style>
border-color css
<style>
span { border-color: #63064E; }
span { border-color: rgb(99,6,78); }
td.TdClassName
{
border-color: #63064E;
}
.TagClassName
{
border-color: #63064E;
}
</style>