Shades of Tyrian Purple #630A53
Tints of Tyrian Purple #630A53
RGB
CMYK
RGB Variations
Color information
#630A53 (or 0x630A53) is known color: Tyrian Purple. HEX triplet: 63, 0A and 53. RGB value is (99,10,83). Sum of RGB (Red+Green+Blue) = 99+10+83=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #630A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A53 is #9CF5AC. Grayscale: #2C2C2C. Windows color (decimal): -10286509 or 5442147. OLE color: 5442147.
HSL color Cylindrical-coordinate representation of color #630A53: hue angle of 310.79º 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 #630A53 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 10 | 83 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.61 |
| HSL | 310.79º | 0.82% | 0.21% | - |
| HSV(B) | 310.79º | 0.9% | 0.39% | - |
| XYZ | 6.82 | 3.49 | 8.5 | - |
| YUV | 44.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 83 | 0 | 0.90 | 0.16 | 0.61 | 310.79 | 0.82 | 0.21 |
| Hex | 63 | A | 53 | 0 | 5A | 10 | 3D | 137 | 52 | 15 |
| Octal | 143 | 12 | 123 | 0 | 132 | 20 | 75 | 467 | 122 | 25 |
| Binary | 1100011 | 1010 | 1010011 | 0 | 1011010 | 10000 | 111101 | 100110111 | 1010010 | 10101 |
Color Harmonies of #630A53
Complementary color
Monochromatic Colors of #630A53
Black with #630A53
Text Example
Text Example
White with #630A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630A53; }
p { color: rgb(99,10,83); }
H1.HeaderClassName
{
color: #630A53;
}
.AnyTagClassName
{
color: #630A53;
}
</style>
background-color css
<style>
a { background-color: #630A53; }
a { background-color: rgb(99,10,83); }
div.DivClassName
{
background-color: #630A53;
}
.BgClassName
{
background-color: #630A53;
}
</style>
border-color css
<style>
span { border-color: #630A53; }
span { border-color: rgb(99,10,83); }
td.TdClassName
{
border-color: #630A53;
}
.TagClassName
{
border-color: #630A53;
}
</style>