Shades of Tyrian Purple #63013F
Tints of Tyrian Purple #63013F
RGB
CMYK
RGB Variations
Color information
#63013F (or 0x63013F) is known color: Tyrian Purple. HEX triplet: 63, 01 and 3F. RGB value is (99,1,63). Sum of RGB (Red+Green+Blue) = 99+1+63=163 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60.74% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 99 - color contains mainly: red. Hex color #63013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63013F is #9CFEC0. Grayscale: #252525. Windows color (decimal): -10288833 or 4129123. OLE color: 4129123.
HSL color Cylindrical-coordinate representation of color #63013F: hue angle of 322.04º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63013F is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.61 |
| HSL | 322.04º | 0.98% | 0.2% | - |
| HSV(B) | 322.04º | 0.99% | 0.39% | - |
| XYZ | 6.05 | 3.03 | 4.97 | - |
| YUV | 37.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 63 | 0 | 0.99 | 0.36 | 0.61 | 322.04 | 0.98 | 0.2 |
| Hex | 63 | 1 | 3F | 0 | 63 | 24 | 3D | 142 | 62 | 14 |
| Octal | 143 | 1 | 77 | 0 | 143 | 44 | 75 | 502 | 142 | 24 |
| Binary | 1100011 | 1 | 111111 | 0 | 1100011 | 100100 | 111101 | 101000010 | 1100010 | 10100 |
Color Harmonies of #63013F
Complementary color
Monochromatic Colors of #63013F
Black with #63013F
Text Example
Text Example
White with #63013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63013F; }
p { color: rgb(99,1,63); }
H1.HeaderClassName
{
color: #63013F;
}
.AnyTagClassName
{
color: #63013F;
}
</style>
background-color css
<style>
a { background-color: #63013F; }
a { background-color: rgb(99,1,63); }
div.DivClassName
{
background-color: #63013F;
}
.BgClassName
{
background-color: #63013F;
}
</style>
border-color css
<style>
span { border-color: #63013F; }
span { border-color: rgb(99,1,63); }
td.TdClassName
{
border-color: #63013F;
}
.TagClassName
{
border-color: #63013F;
}
</style>