Shades of Tyrian Purple #63013A
Tints of Tyrian Purple #63013A
RGB
CMYK
RGB Variations
Color information
#63013A (or 0x63013A) is known color: Tyrian Purple. HEX triplet: 63, 01 and 3A. RGB value is (99,1,58). Sum of RGB (Red+Green+Blue) = 99+1+58=158 (20% of max value = 765). Red value is 99 (39.06% from 255 or 62.66% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 99 - color contains mainly: red. Hex color #63013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63013A is #9CFEC5. Grayscale: #242424. Windows color (decimal): -10288838 or 3801443. OLE color: 3801443.
HSL color Cylindrical-coordinate representation of color #63013A: hue angle of 325.1º 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 #63013A is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.61 |
| HSL | 325.1º | 0.98% | 0.2% | - |
| HSV(B) | 325.1º | 0.99% | 0.39% | - |
| XYZ | 5.92 | 2.98 | 4.27 | - |
| YUV | 36.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 58 | 0 | 0.99 | 0.41 | 0.61 | 325.1 | 0.98 | 0.2 |
| Hex | 63 | 1 | 3A | 0 | 63 | 29 | 3D | 145 | 62 | 14 |
| Octal | 143 | 1 | 72 | 0 | 143 | 51 | 75 | 505 | 142 | 24 |
| Binary | 1100011 | 1 | 111010 | 0 | 1100011 | 101001 | 111101 | 101000101 | 1100010 | 10100 |
Color Harmonies of #63013A
Complementary color
Monochromatic Colors of #63013A
Black with #63013A
Text Example
Text Example
White with #63013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63013A; }
p { color: rgb(99,1,58); }
H1.HeaderClassName
{
color: #63013A;
}
.AnyTagClassName
{
color: #63013A;
}
</style>
background-color css
<style>
a { background-color: #63013A; }
a { background-color: rgb(99,1,58); }
div.DivClassName
{
background-color: #63013A;
}
.BgClassName
{
background-color: #63013A;
}
</style>
border-color css
<style>
span { border-color: #63013A; }
span { border-color: rgb(99,1,58); }
td.TdClassName
{
border-color: #63013A;
}
.TagClassName
{
border-color: #63013A;
}
</style>