Shades of Tyrian Purple #63042E
Tints of Tyrian Purple #63042E
RGB
CMYK
RGB Variations
Color information
#63042E (or 0x63042E) is known color: Tyrian Purple. HEX triplet: 63, 04 and 2E. RGB value is (99,4,46). Sum of RGB (Red+Green+Blue) = 99+4+46=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63042E is #9CFBD1. Grayscale: #252525. Windows color (decimal): -10288082 or 3015779. OLE color: 3015779.
HSL color Cylindrical-coordinate representation of color #63042E: hue angle of 333.47º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63042E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 4 | 46 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.61 |
| HSL | 333.47º | 0.92% | 0.2% | - |
| HSV(B) | 333.47º | 0.96% | 0.39% | - |
| XYZ | 5.68 | 2.94 | 2.85 | - |
| YUV | 37.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 46 | 0 | 0.96 | 0.54 | 0.61 | 333.47 | 0.92 | 0.2 |
| Hex | 63 | 4 | 2E | 0 | 60 | 36 | 3D | 14D | 5C | 14 |
| Octal | 143 | 4 | 56 | 0 | 140 | 66 | 75 | 515 | 134 | 24 |
| Binary | 1100011 | 100 | 101110 | 0 | 1100000 | 110110 | 111101 | 101001101 | 1011100 | 10100 |
Color Harmonies of #63042E
Complementary color
Monochromatic Colors of #63042E
Black with #63042E
Text Example
Text Example
White with #63042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63042E; }
p { color: rgb(99,4,46); }
H1.HeaderClassName
{
color: #63042E;
}
.AnyTagClassName
{
color: #63042E;
}
</style>
background-color css
<style>
a { background-color: #63042E; }
a { background-color: rgb(99,4,46); }
div.DivClassName
{
background-color: #63042E;
}
.BgClassName
{
background-color: #63042E;
}
</style>
border-color css
<style>
span { border-color: #63042E; }
span { border-color: rgb(99,4,46); }
td.TdClassName
{
border-color: #63042E;
}
.TagClassName
{
border-color: #63042E;
}
</style>