Shades of Tyrian Purple #63114C
Tints of Tyrian Purple #63114C
RGB
CMYK
RGB Variations
Color information
#63114C (or 0x63114C) is known color: Tyrian Purple. HEX triplet: 63, 11 and 4C. RGB value is (99,17,76). Sum of RGB (Red+Green+Blue) = 99+17+76=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 76 (30.08% from 255 or 39.58% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #63114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63114C is #9CEEB3. Grayscale: #303030. Windows color (decimal): -10284724 or 4985187. OLE color: 4985187.
HSL color Cylindrical-coordinate representation of color #63114C: hue angle of 316.83º 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 #63114C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 76 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.61 |
| HSL | 316.83º | 0.71% | 0.23% | - |
| HSV(B) | 316.83º | 0.83% | 0.39% | - |
| XYZ | 6.65 | 3.58 | 7.18 | - |
| YUV | 48.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 76 | 0 | 0.83 | 0.23 | 0.61 | 316.83 | 0.71 | 0.23 |
| Hex | 63 | 11 | 4C | 0 | 53 | 17 | 3D | 13D | 47 | 17 |
| Octal | 143 | 21 | 114 | 0 | 123 | 27 | 75 | 475 | 107 | 27 |
| Binary | 1100011 | 10001 | 1001100 | 0 | 1010011 | 10111 | 111101 | 100111101 | 1000111 | 10111 |
Color Harmonies of #63114C
Complementary color
Monochromatic Colors of #63114C
Black with #63114C
Text Example
Text Example
White with #63114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63114C; }
p { color: rgb(99,17,76); }
H1.HeaderClassName
{
color: #63114C;
}
.AnyTagClassName
{
color: #63114C;
}
</style>
background-color css
<style>
a { background-color: #63114C; }
a { background-color: rgb(99,17,76); }
div.DivClassName
{
background-color: #63114C;
}
.BgClassName
{
background-color: #63114C;
}
</style>
border-color css
<style>
span { border-color: #63114C; }
span { border-color: rgb(99,17,76); }
td.TdClassName
{
border-color: #63114C;
}
.TagClassName
{
border-color: #63114C;
}
</style>