Shades of Tyrian Purple #630B47
Tints of Tyrian Purple #630B47
RGB
CMYK
RGB Variations
Color information
#630B47 (or 0x630B47) is known color: Tyrian Purple. HEX triplet: 63, 0B and 47. RGB value is (99,11,71). Sum of RGB (Red+Green+Blue) = 99+11+71=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #630B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630B47 is #9CF4B8. Grayscale: #2C2C2C. Windows color (decimal): -10286265 or 4655971. OLE color: 4655971.
HSL color Cylindrical-coordinate representation of color #630B47: hue angle of 319.09º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #630B47 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 71 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.61 |
| HSL | 319.09º | 0.8% | 0.22% | - |
| HSV(B) | 319.09º | 0.89% | 0.39% | - |
| XYZ | 6.4 | 3.35 | 6.27 | - |
| YUV | 44.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 71 | 0 | 0.89 | 0.28 | 0.61 | 319.09 | 0.8 | 0.22 |
| Hex | 63 | B | 47 | 0 | 59 | 1C | 3D | 13F | 50 | 16 |
| Octal | 143 | 13 | 107 | 0 | 131 | 34 | 75 | 477 | 120 | 26 |
| Binary | 1100011 | 1011 | 1000111 | 0 | 1011001 | 11100 | 111101 | 100111111 | 1010000 | 10110 |
Color Harmonies of #630B47
Complementary color
Monochromatic Colors of #630B47
Black with #630B47
Text Example
Text Example
White with #630B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B47; }
p { color: rgb(99,11,71); }
H1.HeaderClassName
{
color: #630B47;
}
.AnyTagClassName
{
color: #630B47;
}
</style>
background-color css
<style>
a { background-color: #630B47; }
a { background-color: rgb(99,11,71); }
div.DivClassName
{
background-color: #630B47;
}
.BgClassName
{
background-color: #630B47;
}
</style>
border-color css
<style>
span { border-color: #630B47; }
span { border-color: rgb(99,11,71); }
td.TdClassName
{
border-color: #630B47;
}
.TagClassName
{
border-color: #630B47;
}
</style>