Shades of Tyrian Purple #63032E
Tints of Tyrian Purple #63032E
RGB
CMYK
RGB Variations
Color information
#63032E (or 0x63032E) is known color: Tyrian Purple. HEX triplet: 63, 03 and 2E. RGB value is (99,3,46). Sum of RGB (Red+Green+Blue) = 99+3+46=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #63032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63032E is #9CFCD1. Grayscale: #242424. Windows color (decimal): -10288338 or 3015523. OLE color: 3015523.
HSL color Cylindrical-coordinate representation of color #63032E: hue angle of 333.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #63032E is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 46 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.61 |
| HSL | 333.13º | 0.94% | 0.2% | - |
| HSV(B) | 333.13º | 0.97% | 0.39% | - |
| XYZ | 5.67 | 2.92 | 2.85 | - |
| YUV | 36.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 46 | 0 | 0.97 | 0.54 | 0.61 | 333.13 | 0.94 | 0.2 |
| Hex | 63 | 3 | 2E | 0 | 61 | 36 | 3D | 14D | 5E | 14 |
| Octal | 143 | 3 | 56 | 0 | 141 | 66 | 75 | 515 | 136 | 24 |
| Binary | 1100011 | 11 | 101110 | 0 | 1100001 | 110110 | 111101 | 101001101 | 1011110 | 10100 |
Color Harmonies of #63032E
Complementary color
Monochromatic Colors of #63032E
Black with #63032E
Text Example
Text Example
White with #63032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63032E; }
p { color: rgb(99,3,46); }
H1.HeaderClassName
{
color: #63032E;
}
.AnyTagClassName
{
color: #63032E;
}
</style>
background-color css
<style>
a { background-color: #63032E; }
a { background-color: rgb(99,3,46); }
div.DivClassName
{
background-color: #63032E;
}
.BgClassName
{
background-color: #63032E;
}
</style>
border-color css
<style>
span { border-color: #63032E; }
span { border-color: rgb(99,3,46); }
td.TdClassName
{
border-color: #63032E;
}
.TagClassName
{
border-color: #63032E;
}
</style>