Shades of Tyrian Purple #63113D
Tints of Tyrian Purple #63113D
RGB
CMYK
RGB Variations
Color information
#63113D (or 0x63113D) is known color: Tyrian Purple. HEX triplet: 63, 11 and 3D. RGB value is (99,17,61). Sum of RGB (Red+Green+Blue) = 99+17+61=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63113D is #9CEEC2. Grayscale: #2E2E2E. Windows color (decimal): -10284739 or 4002147. OLE color: 4002147.
HSL color Cylindrical-coordinate representation of color #63113D: hue angle of 327.8º 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 #63113D is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 61 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.61 |
| HSL | 327.8º | 0.71% | 0.23% | - |
| HSV(B) | 327.8º | 0.83% | 0.39% | - |
| XYZ | 6.19 | 3.39 | 4.74 | - |
| YUV | 46.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 61 | 0 | 0.83 | 0.38 | 0.61 | 327.8 | 0.71 | 0.23 |
| Hex | 63 | 11 | 3D | 0 | 53 | 26 | 3D | 148 | 47 | 17 |
| Octal | 143 | 21 | 75 | 0 | 123 | 46 | 75 | 510 | 107 | 27 |
| Binary | 1100011 | 10001 | 111101 | 0 | 1010011 | 100110 | 111101 | 101001000 | 1000111 | 10111 |
Color Harmonies of #63113D
Complementary color
Monochromatic Colors of #63113D
Black with #63113D
Text Example
Text Example
White with #63113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63113D; }
p { color: rgb(99,17,61); }
H1.HeaderClassName
{
color: #63113D;
}
.AnyTagClassName
{
color: #63113D;
}
</style>
background-color css
<style>
a { background-color: #63113D; }
a { background-color: rgb(99,17,61); }
div.DivClassName
{
background-color: #63113D;
}
.BgClassName
{
background-color: #63113D;
}
</style>
border-color css
<style>
span { border-color: #63113D; }
span { border-color: rgb(99,17,61); }
td.TdClassName
{
border-color: #63113D;
}
.TagClassName
{
border-color: #63113D;
}
</style>