Shades of Tyrian Purple #63022D
Tints of Tyrian Purple #63022D
RGB
CMYK
RGB Variations
Color information
#63022D (or 0x63022D) is known color: Tyrian Purple. HEX triplet: 63, 02 and 2D. RGB value is (99,2,45). Sum of RGB (Red+Green+Blue) = 99+2+45=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63022D is #9CFDD2. Grayscale: #232323. Windows color (decimal): -10288595 or 2949731. OLE color: 2949731.
HSL color Cylindrical-coordinate representation of color #63022D: hue angle of 333.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #63022D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.61 |
| HSL | 333.4º | 0.96% | 0.2% | - |
| HSV(B) | 333.4º | 0.98% | 0.39% | - |
| XYZ | 5.64 | 2.89 | 2.74 | - |
| YUV | 35.91 | 133.14 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 45 | 0 | 0.98 | 0.55 | 0.61 | 333.4 | 0.96 | 0.2 |
| Hex | 63 | 2 | 2D | 0 | 62 | 37 | 3D | 14D | 60 | 14 |
| Octal | 143 | 2 | 55 | 0 | 142 | 67 | 75 | 515 | 140 | 24 |
| Binary | 1100011 | 10 | 101101 | 0 | 1100010 | 110111 | 111101 | 101001101 | 1100000 | 10100 |
Color Harmonies of #63022D
Complementary color
Monochromatic Colors of #63022D
Black with #63022D
Text Example
Text Example
White with #63022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63022D; }
p { color: rgb(99,2,45); }
H1.HeaderClassName
{
color: #63022D;
}
.AnyTagClassName
{
color: #63022D;
}
</style>
background-color css
<style>
a { background-color: #63022D; }
a { background-color: rgb(99,2,45); }
div.DivClassName
{
background-color: #63022D;
}
.BgClassName
{
background-color: #63022D;
}
</style>
border-color css
<style>
span { border-color: #63022D; }
span { border-color: rgb(99,2,45); }
td.TdClassName
{
border-color: #63022D;
}
.TagClassName
{
border-color: #63022D;
}
</style>