Shades of Tyrian Purple #63003B
Tints of Tyrian Purple #63003B
RGB
CMYK
RGB Variations
Color information
#63003B (or 0x63003B) is known color: Tyrian Purple. HEX triplet: 63, 00 and 3B. RGB value is (99,0,59). Sum of RGB (Red+Green+Blue) = 99+0+59=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #63003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63003B is #9CFFC4. Grayscale: #242424. Windows color (decimal): -10289093 or 3866723. OLE color: 3866723.
HSL color Cylindrical-coordinate representation of color #63003B: hue angle of 324.24º 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 #63003B is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.40 | 0.61 |
| HSL | 324.24º | 1% | 0.19% | - |
| HSV(B) | 324.24º | 1% | 0.39% | - |
| XYZ | 5.94 | 2.97 | 4.4 | - |
| YUV | 36.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 59 | 0 | 1 | 0.40 | 0.61 | 324.24 | 1 | 0.19 |
| Hex | 63 | 0 | 3B | 0 | 64 | 28 | 3D | 144 | 64 | 13 |
| Octal | 143 | 0 | 73 | 0 | 144 | 50 | 75 | 504 | 144 | 23 |
| Binary | 1100011 | 0 | 111011 | 0 | 1100100 | 101000 | 111101 | 101000100 | 1100100 | 10011 |
Color Harmonies of #63003B
Complementary color
Monochromatic Colors of #63003B
Black with #63003B
Text Example
Text Example
White with #63003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63003B; }
p { color: rgb(99,0,59); }
H1.HeaderClassName
{
color: #63003B;
}
.AnyTagClassName
{
color: #63003B;
}
</style>
background-color css
<style>
a { background-color: #63003B; }
a { background-color: rgb(99,0,59); }
div.DivClassName
{
background-color: #63003B;
}
.BgClassName
{
background-color: #63003B;
}
</style>
border-color css
<style>
span { border-color: #63003B; }
span { border-color: rgb(99,0,59); }
td.TdClassName
{
border-color: #63003B;
}
.TagClassName
{
border-color: #63003B;
}
</style>