Shades of Tyrian Purple #630A51
Tints of Tyrian Purple #630A51
RGB
CMYK
RGB Variations
Color information
#630A51 (or 0x630A51) is known color: Tyrian Purple. HEX triplet: 63, 0A and 51. RGB value is (99,10,81). Sum of RGB (Red+Green+Blue) = 99+10+81=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #630A51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A51 is #9CF5AE. Grayscale: #2C2C2C. Windows color (decimal): -10286511 or 5311075. OLE color: 5311075.
HSL color Cylindrical-coordinate representation of color #630A51: hue angle of 312.13º 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 #630A51 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 81 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.61 |
| HSL | 312.13º | 0.82% | 0.21% | - |
| HSV(B) | 312.13º | 0.9% | 0.39% | - |
| XYZ | 6.74 | 3.46 | 8.1 | - |
| YUV | 44.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 81 | 0 | 0.90 | 0.18 | 0.61 | 312.13 | 0.82 | 0.21 |
| Hex | 63 | A | 51 | 0 | 5A | 12 | 3D | 138 | 52 | 15 |
| Octal | 143 | 12 | 121 | 0 | 132 | 22 | 75 | 470 | 122 | 25 |
| Binary | 1100011 | 1010 | 1010001 | 0 | 1011010 | 10010 | 111101 | 100111000 | 1010010 | 10101 |
Color Harmonies of #630A51
Complementary color
Monochromatic Colors of #630A51
Black with #630A51
Text Example
Text Example
White with #630A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A51; }
p { color: rgb(99,10,81); }
H1.HeaderClassName
{
color: #630A51;
}
.AnyTagClassName
{
color: #630A51;
}
</style>
background-color css
<style>
a { background-color: #630A51; }
a { background-color: rgb(99,10,81); }
div.DivClassName
{
background-color: #630A51;
}
.BgClassName
{
background-color: #630A51;
}
</style>
border-color css
<style>
span { border-color: #630A51; }
span { border-color: rgb(99,10,81); }
td.TdClassName
{
border-color: #630A51;
}
.TagClassName
{
border-color: #630A51;
}
</style>