Shades of Tyrian Purple #630D51
Tints of Tyrian Purple #630D51
RGB
CMYK
RGB Variations
Color information
#630D51 (or 0x630D51) is known color: Tyrian Purple. HEX triplet: 63, 0D and 51. RGB value is (99,13,81). Sum of RGB (Red+Green+Blue) = 99+13+81=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #630D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630D51 is #9CF2AE. Grayscale: #2E2E2E. Windows color (decimal): -10285743 or 5311843. OLE color: 5311843.
HSL color Cylindrical-coordinate representation of color #630D51: hue angle of 312.56º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #630D51 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 81 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.61 |
| HSL | 312.56º | 0.77% | 0.22% | - |
| HSV(B) | 312.56º | 0.87% | 0.39% | - |
| XYZ | 6.77 | 3.53 | 8.11 | - |
| YUV | 46.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 81 | 0 | 0.87 | 0.18 | 0.61 | 312.56 | 0.77 | 0.22 |
| Hex | 63 | D | 51 | 0 | 57 | 12 | 3D | 139 | 4D | 16 |
| Octal | 143 | 15 | 121 | 0 | 127 | 22 | 75 | 471 | 115 | 26 |
| Binary | 1100011 | 1101 | 1010001 | 0 | 1010111 | 10010 | 111101 | 100111001 | 1001101 | 10110 |
Color Harmonies of #630D51
Complementary color
Monochromatic Colors of #630D51
Black with #630D51
Text Example
Text Example
White with #630D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D51; }
p { color: rgb(99,13,81); }
H1.HeaderClassName
{
color: #630D51;
}
.AnyTagClassName
{
color: #630D51;
}
</style>
background-color css
<style>
a { background-color: #630D51; }
a { background-color: rgb(99,13,81); }
div.DivClassName
{
background-color: #630D51;
}
.BgClassName
{
background-color: #630D51;
}
</style>
border-color css
<style>
span { border-color: #630D51; }
span { border-color: rgb(99,13,81); }
td.TdClassName
{
border-color: #630D51;
}
.TagClassName
{
border-color: #630D51;
}
</style>