Shades of Tyrian Purple #63114E
Tints of Tyrian Purple #63114E
RGB
CMYK
RGB Variations
Color information
#63114E (or 0x63114E) is known color: Tyrian Purple. HEX triplet: 63, 11 and 4E. RGB value is (99,17,78). Sum of RGB (Red+Green+Blue) = 99+17+78=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63114E is #9CEEB1. Grayscale: #303030. Windows color (decimal): -10284722 or 5116259. OLE color: 5116259.
HSL color Cylindrical-coordinate representation of color #63114E: hue angle of 315.37º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63114E is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 78 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.61 |
| HSL | 315.37º | 0.71% | 0.23% | - |
| HSV(B) | 315.37º | 0.83% | 0.39% | - |
| XYZ | 6.72 | 3.6 | 7.55 | - |
| YUV | 48.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 78 | 0 | 0.83 | 0.21 | 0.61 | 315.37 | 0.71 | 0.23 |
| Hex | 63 | 11 | 4E | 0 | 53 | 15 | 3D | 13B | 47 | 17 |
| Octal | 143 | 21 | 116 | 0 | 123 | 25 | 75 | 473 | 107 | 27 |
| Binary | 1100011 | 10001 | 1001110 | 0 | 1010011 | 10101 | 111101 | 100111011 | 1000111 | 10111 |
Color Harmonies of #63114E
Complementary color
Monochromatic Colors of #63114E
Black with #63114E
Text Example
Text Example
White with #63114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63114E; }
p { color: rgb(99,17,78); }
H1.HeaderClassName
{
color: #63114E;
}
.AnyTagClassName
{
color: #63114E;
}
</style>
background-color css
<style>
a { background-color: #63114E; }
a { background-color: rgb(99,17,78); }
div.DivClassName
{
background-color: #63114E;
}
.BgClassName
{
background-color: #63114E;
}
</style>
border-color css
<style>
span { border-color: #63114E; }
span { border-color: rgb(99,17,78); }
td.TdClassName
{
border-color: #63114E;
}
.TagClassName
{
border-color: #63114E;
}
</style>