Shades of Tyrian Purple #630049
Tints of Tyrian Purple #630049
RGB
CMYK
RGB Variations
Color information
#630049 (or 0x630049) is known color: Tyrian Purple. HEX triplet: 63, 00 and 49. RGB value is (99,0,73). Sum of RGB (Red+Green+Blue) = 99+0+73=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #630049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630049 is #9CFFB6. Grayscale: #252525. Windows color (decimal): -10289079 or 4784227. OLE color: 4784227.
HSL color Cylindrical-coordinate representation of color #630049: hue angle of 315.76º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630049 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 73 | - |
| CMYK | 0 | 1 | 0.26 | 0.61 |
| HSL | 315.76º | 1% | 0.19% | - |
| HSV(B) | 315.76º | 1% | 0.39% | - |
| XYZ | 6.35 | 3.13 | 6.57 | - |
| YUV | 37.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 73 | 0 | 1 | 0.26 | 0.61 | 315.76 | 1 | 0.19 |
| Hex | 63 | 0 | 49 | 0 | 64 | 1A | 3D | 13C | 64 | 13 |
| Octal | 143 | 0 | 111 | 0 | 144 | 32 | 75 | 474 | 144 | 23 |
| Binary | 1100011 | 0 | 1001001 | 0 | 1100100 | 11010 | 111101 | 100111100 | 1100100 | 10011 |
Color Harmonies of #630049
Complementary color
Monochromatic Colors of #630049
Black with #630049
Text Example
Text Example
White with #630049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630049; }
p { color: rgb(99,0,73); }
H1.HeaderClassName
{
color: #630049;
}
.AnyTagClassName
{
color: #630049;
}
</style>
background-color css
<style>
a { background-color: #630049; }
a { background-color: rgb(99,0,73); }
div.DivClassName
{
background-color: #630049;
}
.BgClassName
{
background-color: #630049;
}
</style>
border-color css
<style>
span { border-color: #630049; }
span { border-color: rgb(99,0,73); }
td.TdClassName
{
border-color: #630049;
}
.TagClassName
{
border-color: #630049;
}
</style>