Shades of Tyrian Purple #63034E
Tints of Tyrian Purple #63034E
RGB
CMYK
RGB Variations
Color information
#63034E (or 0x63034E) is known color: Tyrian Purple. HEX triplet: 63, 03 and 4E. RGB value is (99,3,78). Sum of RGB (Red+Green+Blue) = 99+3+78=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #63034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63034E is #9CFCB1. Grayscale: #282828. Windows color (decimal): -10288306 or 5112675. OLE color: 5112675.
HSL color Cylindrical-coordinate representation of color #63034E: hue angle of 313.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 #63034E is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 3 | 78 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.61 |
| HSL | 313.13º | 0.94% | 0.2% | - |
| HSV(B) | 313.13º | 0.97% | 0.39% | - |
| XYZ | 6.55 | 3.27 | 7.49 | - |
| YUV | 40.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 78 | 0 | 0.97 | 0.21 | 0.61 | 313.13 | 0.94 | 0.2 |
| Hex | 63 | 3 | 4E | 0 | 61 | 15 | 3D | 139 | 5E | 14 |
| Octal | 143 | 3 | 116 | 0 | 141 | 25 | 75 | 471 | 136 | 24 |
| Binary | 1100011 | 11 | 1001110 | 0 | 1100001 | 10101 | 111101 | 100111001 | 1011110 | 10100 |
Color Harmonies of #63034E
Complementary color
Monochromatic Colors of #63034E
Black with #63034E
Text Example
Text Example
White with #63034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63034E; }
p { color: rgb(99,3,78); }
H1.HeaderClassName
{
color: #63034E;
}
.AnyTagClassName
{
color: #63034E;
}
</style>
background-color css
<style>
a { background-color: #63034E; }
a { background-color: rgb(99,3,78); }
div.DivClassName
{
background-color: #63034E;
}
.BgClassName
{
background-color: #63034E;
}
</style>
border-color css
<style>
span { border-color: #63034E; }
span { border-color: rgb(99,3,78); }
td.TdClassName
{
border-color: #63034E;
}
.TagClassName
{
border-color: #63034E;
}
</style>