Shades of Tyrian Purple #63064F
Tints of Tyrian Purple #63064F
RGB
CMYK
RGB Variations
Color information
#63064F (or 0x63064F) is known color: Tyrian Purple. HEX triplet: 63, 06 and 4F. RGB value is (99,6,79). Sum of RGB (Red+Green+Blue) = 99+6+79=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #63064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63064F is #9CF9B0. Grayscale: #292929. Windows color (decimal): -10287537 or 5178979. OLE color: 5178979.
HSL color Cylindrical-coordinate representation of color #63064F: hue angle of 312.9º 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 #63064F is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 79 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.61 |
| HSL | 312.9º | 0.89% | 0.21% | - |
| HSV(B) | 312.9º | 0.94% | 0.39% | - |
| XYZ | 6.62 | 3.35 | 7.69 | - |
| YUV | 42.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 79 | 0 | 0.94 | 0.20 | 0.61 | 312.9 | 0.89 | 0.21 |
| Hex | 63 | 6 | 4F | 0 | 5E | 14 | 3D | 139 | 59 | 15 |
| Octal | 143 | 6 | 117 | 0 | 136 | 24 | 75 | 471 | 131 | 25 |
| Binary | 1100011 | 110 | 1001111 | 0 | 1011110 | 10100 | 111101 | 100111001 | 1011001 | 10101 |
Color Harmonies of #63064F
Complementary color
Monochromatic Colors of #63064F
Black with #63064F
Text Example
Text Example
White with #63064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63064F; }
p { color: rgb(99,6,79); }
H1.HeaderClassName
{
color: #63064F;
}
.AnyTagClassName
{
color: #63064F;
}
</style>
background-color css
<style>
a { background-color: #63064F; }
a { background-color: rgb(99,6,79); }
div.DivClassName
{
background-color: #63064F;
}
.BgClassName
{
background-color: #63064F;
}
</style>
border-color css
<style>
span { border-color: #63064F; }
span { border-color: rgb(99,6,79); }
td.TdClassName
{
border-color: #63064F;
}
.TagClassName
{
border-color: #63064F;
}
</style>