Shades of Tyrian Purple #630044
Tints of Tyrian Purple #630044
RGB
CMYK
RGB Variations
Color information
#630044 (or 0x630044) is known color: Tyrian Purple. HEX triplet: 63, 00 and 44. RGB value is (99,0,68). Sum of RGB (Red+Green+Blue) = 99+0+68=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #630044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630044 is #9CFFBB. Grayscale: #252525. Windows color (decimal): -10289084 or 4456547. OLE color: 4456547.
HSL color Cylindrical-coordinate representation of color #630044: hue angle of 318.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630044 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.31 | 0.61 |
| HSL | 318.79º | 1% | 0.19% | - |
| HSV(B) | 318.79º | 1% | 0.39% | - |
| XYZ | 6.19 | 3.07 | 5.74 | - |
| YUV | 37.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 68 | 0 | 1 | 0.31 | 0.61 | 318.79 | 1 | 0.19 |
| Hex | 63 | 0 | 44 | 0 | 64 | 1F | 3D | 13F | 64 | 13 |
| Octal | 143 | 0 | 104 | 0 | 144 | 37 | 75 | 477 | 144 | 23 |
| Binary | 1100011 | 0 | 1000100 | 0 | 1100100 | 11111 | 111101 | 100111111 | 1100100 | 10011 |
Color Harmonies of #630044
Complementary color
Monochromatic Colors of #630044
Black with #630044
Text Example
Text Example
White with #630044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630044; }
p { color: rgb(99,0,68); }
H1.HeaderClassName
{
color: #630044;
}
.AnyTagClassName
{
color: #630044;
}
</style>
background-color css
<style>
a { background-color: #630044; }
a { background-color: rgb(99,0,68); }
div.DivClassName
{
background-color: #630044;
}
.BgClassName
{
background-color: #630044;
}
</style>
border-color css
<style>
span { border-color: #630044; }
span { border-color: rgb(99,0,68); }
td.TdClassName
{
border-color: #630044;
}
.TagClassName
{
border-color: #630044;
}
</style>