Shades of Tyrian Purple #63012C
Tints of Tyrian Purple #63012C
RGB
CMYK
RGB Variations
Color information
#63012C (or 0x63012C) is known color: Tyrian Purple. HEX triplet: 63, 01 and 2C. RGB value is (99,1,44). Sum of RGB (Red+Green+Blue) = 99+1+44=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #63012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63012C is #9CFED3. Grayscale: #232323. Windows color (decimal): -10288852 or 2883939. OLE color: 2883939.
HSL color Cylindrical-coordinate representation of color #63012C: hue angle of 333.67º 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 #63012C is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.61 |
| HSL | 333.67º | 0.98% | 0.2% | - |
| HSV(B) | 333.67º | 0.99% | 0.39% | - |
| XYZ | 5.61 | 2.86 | 2.64 | - |
| YUV | 35.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 44 | 0 | 0.99 | 0.56 | 0.61 | 333.67 | 0.98 | 0.2 |
| Hex | 63 | 1 | 2C | 0 | 63 | 38 | 3D | 14E | 62 | 14 |
| Octal | 143 | 1 | 54 | 0 | 143 | 70 | 75 | 516 | 142 | 24 |
| Binary | 1100011 | 1 | 101100 | 0 | 1100011 | 111000 | 111101 | 101001110 | 1100010 | 10100 |
Color Harmonies of #63012C
Complementary color
Monochromatic Colors of #63012C
Black with #63012C
Text Example
Text Example
White with #63012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63012C; }
p { color: rgb(99,1,44); }
H1.HeaderClassName
{
color: #63012C;
}
.AnyTagClassName
{
color: #63012C;
}
</style>
background-color css
<style>
a { background-color: #63012C; }
a { background-color: rgb(99,1,44); }
div.DivClassName
{
background-color: #63012C;
}
.BgClassName
{
background-color: #63012C;
}
</style>
border-color css
<style>
span { border-color: #63012C; }
span { border-color: rgb(99,1,44); }
td.TdClassName
{
border-color: #63012C;
}
.TagClassName
{
border-color: #63012C;
}
</style>