Shades of Tyrian Purple #63003F
Tints of Tyrian Purple #63003F
RGB
CMYK
RGB Variations
Color information
#63003F (or 0x63003F) is known color: Tyrian Purple. HEX triplet: 63, 00 and 3F. RGB value is (99,0,63). Sum of RGB (Red+Green+Blue) = 99+0+63=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63003F is #9CFFC0. Grayscale: #242424. Windows color (decimal): -10289089 or 4128867. OLE color: 4128867.
HSL color Cylindrical-coordinate representation of color #63003F: hue angle of 321.82º 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 #63003F is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.36 | 0.61 |
| HSL | 321.82º | 1% | 0.19% | - |
| HSV(B) | 321.82º | 1% | 0.39% | - |
| XYZ | 6.04 | 3.01 | 4.97 | - |
| YUV | 36.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 63 | 0 | 1 | 0.36 | 0.61 | 321.82 | 1 | 0.19 |
| Hex | 63 | 0 | 3F | 0 | 64 | 24 | 3D | 142 | 64 | 13 |
| Octal | 143 | 0 | 77 | 0 | 144 | 44 | 75 | 502 | 144 | 23 |
| Binary | 1100011 | 0 | 111111 | 0 | 1100100 | 100100 | 111101 | 101000010 | 1100100 | 10011 |
Color Harmonies of #63003F
Complementary color
Monochromatic Colors of #63003F
Black with #63003F
Text Example
Text Example
White with #63003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63003F; }
p { color: rgb(99,0,63); }
H1.HeaderClassName
{
color: #63003F;
}
.AnyTagClassName
{
color: #63003F;
}
</style>
background-color css
<style>
a { background-color: #63003F; }
a { background-color: rgb(99,0,63); }
div.DivClassName
{
background-color: #63003F;
}
.BgClassName
{
background-color: #63003F;
}
</style>
border-color css
<style>
span { border-color: #63003F; }
span { border-color: rgb(99,0,63); }
td.TdClassName
{
border-color: #63003F;
}
.TagClassName
{
border-color: #63003F;
}
</style>