Shades of Tyrian Purple #630B49
Tints of Tyrian Purple #630B49
RGB
CMYK
RGB Variations
Color information
#630B49 (or 0x630B49) is known color: Tyrian Purple. HEX triplet: 63, 0B and 49. RGB value is (99,11,73). Sum of RGB (Red+Green+Blue) = 99+11+73=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #630B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630B49 is #9CF4B6. Grayscale: #2C2C2C. Windows color (decimal): -10286263 or 4787043. OLE color: 4787043.
HSL color Cylindrical-coordinate representation of color #630B49: hue angle of 317.73º 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 #630B49 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 11 | 73 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.61 |
| HSL | 317.73º | 0.8% | 0.22% | - |
| HSV(B) | 317.73º | 0.89% | 0.39% | - |
| XYZ | 6.47 | 3.37 | 6.61 | - |
| YUV | 44.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 73 | 0 | 0.89 | 0.26 | 0.61 | 317.73 | 0.8 | 0.22 |
| Hex | 63 | B | 49 | 0 | 59 | 1A | 3D | 13E | 50 | 16 |
| Octal | 143 | 13 | 111 | 0 | 131 | 32 | 75 | 476 | 120 | 26 |
| Binary | 1100011 | 1011 | 1001001 | 0 | 1011001 | 11010 | 111101 | 100111110 | 1010000 | 10110 |
Color Harmonies of #630B49
Complementary color
Monochromatic Colors of #630B49
Black with #630B49
Text Example
Text Example
White with #630B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630B49; }
p { color: rgb(99,11,73); }
H1.HeaderClassName
{
color: #630B49;
}
.AnyTagClassName
{
color: #630B49;
}
</style>
background-color css
<style>
a { background-color: #630B49; }
a { background-color: rgb(99,11,73); }
div.DivClassName
{
background-color: #630B49;
}
.BgClassName
{
background-color: #630B49;
}
</style>
border-color css
<style>
span { border-color: #630B49; }
span { border-color: rgb(99,11,73); }
td.TdClassName
{
border-color: #630B49;
}
.TagClassName
{
border-color: #630B49;
}
</style>