Shades of Tyrian Purple #630E4E
Tints of Tyrian Purple #630E4E
RGB
CMYK
RGB Variations
Color information
#630E4E (or 0x630E4E) is known color: Tyrian Purple. HEX triplet: 63, 0E and 4E. RGB value is (99,14,78). Sum of RGB (Red+Green+Blue) = 99+14+78=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 14 (5.86% from 255 or 7.33% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #630E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E4E is #9CF1B1. Grayscale: #2E2E2E. Windows color (decimal): -10285490 or 5115491. OLE color: 5115491.
HSL color Cylindrical-coordinate representation of color #630E4E: hue angle of 314.82º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630E4E is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 14 | 78 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.61 |
| HSL | 314.82º | 0.75% | 0.22% | - |
| HSV(B) | 314.82º | 0.86% | 0.39% | - |
| XYZ | 6.68 | 3.52 | 7.53 | - |
| YUV | 46.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 78 | 0 | 0.86 | 0.21 | 0.61 | 314.82 | 0.75 | 0.22 |
| Hex | 63 | E | 4E | 0 | 56 | 15 | 3D | 13B | 4B | 16 |
| Octal | 143 | 16 | 116 | 0 | 126 | 25 | 75 | 473 | 113 | 26 |
| Binary | 1100011 | 1110 | 1001110 | 0 | 1010110 | 10101 | 111101 | 100111011 | 1001011 | 10110 |
Color Harmonies of #630E4E
Complementary color
Monochromatic Colors of #630E4E
Black with #630E4E
Text Example
Text Example
White with #630E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630E4E; }
p { color: rgb(99,14,78); }
H1.HeaderClassName
{
color: #630E4E;
}
.AnyTagClassName
{
color: #630E4E;
}
</style>
background-color css
<style>
a { background-color: #630E4E; }
a { background-color: rgb(99,14,78); }
div.DivClassName
{
background-color: #630E4E;
}
.BgClassName
{
background-color: #630E4E;
}
</style>
border-color css
<style>
span { border-color: #630E4E; }
span { border-color: rgb(99,14,78); }
td.TdClassName
{
border-color: #630E4E;
}
.TagClassName
{
border-color: #630E4E;
}
</style>