Shades of Tyrian Purple #630249
Tints of Tyrian Purple #630249
RGB
CMYK
RGB Variations
Color information
#630249 (or 0x630249) is known color: Tyrian Purple. HEX triplet: 63, 02 and 49. RGB value is (99,2,73). Sum of RGB (Red+Green+Blue) = 99+2+73=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #630249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630249 is #9CFDB6. Grayscale: #262626. Windows color (decimal): -10288567 or 4784739. OLE color: 4784739.
HSL color Cylindrical-coordinate representation of color #630249: hue angle of 316.08º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630249 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 73 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.61 |
| HSL | 316.08º | 0.96% | 0.2% | - |
| HSV(B) | 316.08º | 0.98% | 0.39% | - |
| XYZ | 6.37 | 3.18 | 6.58 | - |
| YUV | 39.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 73 | 0 | 0.98 | 0.26 | 0.61 | 316.08 | 0.96 | 0.2 |
| Hex | 63 | 2 | 49 | 0 | 62 | 1A | 3D | 13C | 60 | 14 |
| Octal | 143 | 2 | 111 | 0 | 142 | 32 | 75 | 474 | 140 | 24 |
| Binary | 1100011 | 10 | 1001001 | 0 | 1100010 | 11010 | 111101 | 100111100 | 1100000 | 10100 |
Color Harmonies of #630249
Complementary color
Monochromatic Colors of #630249
Black with #630249
Text Example
Text Example
White with #630249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630249; }
p { color: rgb(99,2,73); }
H1.HeaderClassName
{
color: #630249;
}
.AnyTagClassName
{
color: #630249;
}
</style>
background-color css
<style>
a { background-color: #630249; }
a { background-color: rgb(99,2,73); }
div.DivClassName
{
background-color: #630249;
}
.BgClassName
{
background-color: #630249;
}
</style>
border-color css
<style>
span { border-color: #630249; }
span { border-color: rgb(99,2,73); }
td.TdClassName
{
border-color: #630249;
}
.TagClassName
{
border-color: #630249;
}
</style>