Shades of Tyrian Purple #630A49
Tints of Tyrian Purple #630A49
RGB
CMYK
RGB Variations
Color information
#630A49 (or 0x630A49) is known color: Tyrian Purple. HEX triplet: 63, 0A and 49. RGB value is (99,10,73). Sum of RGB (Red+Green+Blue) = 99+10+73=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #630A49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A49 is #9CF5B6. Grayscale: #2B2B2B. Windows color (decimal): -10286519 or 4786787. OLE color: 4786787.
HSL color Cylindrical-coordinate representation of color #630A49: hue angle of 317.53º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A49 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 73 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.61 |
| HSL | 317.53º | 0.82% | 0.21% | - |
| HSV(B) | 317.53º | 0.9% | 0.39% | - |
| XYZ | 6.46 | 3.35 | 6.61 | - |
| YUV | 43.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 73 | 0 | 0.90 | 0.26 | 0.61 | 317.53 | 0.82 | 0.21 |
| Hex | 63 | A | 49 | 0 | 5A | 1A | 3D | 13E | 52 | 15 |
| Octal | 143 | 12 | 111 | 0 | 132 | 32 | 75 | 476 | 122 | 25 |
| Binary | 1100011 | 1010 | 1001001 | 0 | 1011010 | 11010 | 111101 | 100111110 | 1010010 | 10101 |
Color Harmonies of #630A49
Complementary color
Monochromatic Colors of #630A49
Black with #630A49
Text Example
Text Example
White with #630A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A49; }
p { color: rgb(99,10,73); }
H1.HeaderClassName
{
color: #630A49;
}
.AnyTagClassName
{
color: #630A49;
}
</style>
background-color css
<style>
a { background-color: #630A49; }
a { background-color: rgb(99,10,73); }
div.DivClassName
{
background-color: #630A49;
}
.BgClassName
{
background-color: #630A49;
}
</style>
border-color css
<style>
span { border-color: #630A49; }
span { border-color: rgb(99,10,73); }
td.TdClassName
{
border-color: #630A49;
}
.TagClassName
{
border-color: #630A49;
}
</style>