Shades of Tyrian Purple #63042F
Tints of Tyrian Purple #63042F
RGB
CMYK
RGB Variations
Color information
#63042F (or 0x63042F) is known color: Tyrian Purple. HEX triplet: 63, 04 and 2F. RGB value is (99,4,47). Sum of RGB (Red+Green+Blue) = 99+4+47=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63042F is #9CFBD0. Grayscale: #252525. Windows color (decimal): -10288081 or 3081315. OLE color: 3081315.
HSL color Cylindrical-coordinate representation of color #63042F: hue angle of 332.84º 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 #63042F is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 4 | 47 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.61 |
| HSL | 332.84º | 0.92% | 0.2% | - |
| HSV(B) | 332.84º | 0.96% | 0.39% | - |
| XYZ | 5.7 | 2.94 | 2.96 | - |
| YUV | 37.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 47 | 0 | 0.96 | 0.53 | 0.61 | 332.84 | 0.92 | 0.2 |
| Hex | 63 | 4 | 2F | 0 | 60 | 35 | 3D | 14D | 5C | 14 |
| Octal | 143 | 4 | 57 | 0 | 140 | 65 | 75 | 515 | 134 | 24 |
| Binary | 1100011 | 100 | 101111 | 0 | 1100000 | 110101 | 111101 | 101001101 | 1011100 | 10100 |
Color Harmonies of #63042F
Complementary color
Monochromatic Colors of #63042F
Black with #63042F
Text Example
Text Example
White with #63042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63042F; }
p { color: rgb(99,4,47); }
H1.HeaderClassName
{
color: #63042F;
}
.AnyTagClassName
{
color: #63042F;
}
</style>
background-color css
<style>
a { background-color: #63042F; }
a { background-color: rgb(99,4,47); }
div.DivClassName
{
background-color: #63042F;
}
.BgClassName
{
background-color: #63042F;
}
</style>
border-color css
<style>
span { border-color: #63042F; }
span { border-color: rgb(99,4,47); }
td.TdClassName
{
border-color: #63042F;
}
.TagClassName
{
border-color: #63042F;
}
</style>