Shades of Tyrian Purple #63012E
Tints of Tyrian Purple #63012E
RGB
CMYK
RGB Variations
Color information
#63012E (or 0x63012E) is known color: Tyrian Purple. HEX triplet: 63, 01 and 2E. RGB value is (99,1,46). Sum of RGB (Red+Green+Blue) = 99+1+46=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63012E is #9CFED1. Grayscale: #232323. Windows color (decimal): -10288850 or 3015011. OLE color: 3015011.
HSL color Cylindrical-coordinate representation of color #63012E: hue angle of 332.45º 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 #63012E is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.61 |
| HSL | 332.45º | 0.98% | 0.2% | - |
| HSV(B) | 332.45º | 0.99% | 0.39% | - |
| XYZ | 5.65 | 2.87 | 2.84 | - |
| YUV | 35.43 | 133.97 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 46 | 0 | 0.99 | 0.54 | 0.61 | 332.45 | 0.98 | 0.2 |
| Hex | 63 | 1 | 2E | 0 | 63 | 36 | 3D | 14C | 62 | 14 |
| Octal | 143 | 1 | 56 | 0 | 143 | 66 | 75 | 514 | 142 | 24 |
| Binary | 1100011 | 1 | 101110 | 0 | 1100011 | 110110 | 111101 | 101001100 | 1100010 | 10100 |
Color Harmonies of #63012E
Complementary color
Monochromatic Colors of #63012E
Black with #63012E
Text Example
Text Example
White with #63012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63012E; }
p { color: rgb(99,1,46); }
H1.HeaderClassName
{
color: #63012E;
}
.AnyTagClassName
{
color: #63012E;
}
</style>
background-color css
<style>
a { background-color: #63012E; }
a { background-color: rgb(99,1,46); }
div.DivClassName
{
background-color: #63012E;
}
.BgClassName
{
background-color: #63012E;
}
</style>
border-color css
<style>
span { border-color: #63012E; }
span { border-color: rgb(99,1,46); }
td.TdClassName
{
border-color: #63012E;
}
.TagClassName
{
border-color: #63012E;
}
</style>