Shades of Tyrian Purple #63054F
Tints of Tyrian Purple #63054F
RGB
CMYK
RGB Variations
Color information
#63054F (or 0x63054F) is known color: Tyrian Purple. HEX triplet: 63, 05 and 4F. RGB value is (99,5,79). Sum of RGB (Red+Green+Blue) = 99+5+79=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63054F is #9CFAB0. Grayscale: #292929. Windows color (decimal): -10287793 or 5178723. OLE color: 5178723.
HSL color Cylindrical-coordinate representation of color #63054F: hue angle of 312.77º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #63054F is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 5 | 79 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.61 |
| HSL | 312.77º | 0.9% | 0.2% | - |
| HSV(B) | 312.77º | 0.95% | 0.39% | - |
| XYZ | 6.61 | 3.33 | 7.69 | - |
| YUV | 41.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 79 | 0 | 0.95 | 0.20 | 0.61 | 312.77 | 0.9 | 0.2 |
| Hex | 63 | 5 | 4F | 0 | 5F | 14 | 3D | 139 | 5A | 14 |
| Octal | 143 | 5 | 117 | 0 | 137 | 24 | 75 | 471 | 132 | 24 |
| Binary | 1100011 | 101 | 1001111 | 0 | 1011111 | 10100 | 111101 | 100111001 | 1011010 | 10100 |
Color Harmonies of #63054F
Complementary color
Monochromatic Colors of #63054F
Black with #63054F
Text Example
Text Example
White with #63054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63054F; }
p { color: rgb(99,5,79); }
H1.HeaderClassName
{
color: #63054F;
}
.AnyTagClassName
{
color: #63054F;
}
</style>
background-color css
<style>
a { background-color: #63054F; }
a { background-color: rgb(99,5,79); }
div.DivClassName
{
background-color: #63054F;
}
.BgClassName
{
background-color: #63054F;
}
</style>
border-color css
<style>
span { border-color: #63054F; }
span { border-color: rgb(99,5,79); }
td.TdClassName
{
border-color: #63054F;
}
.TagClassName
{
border-color: #63054F;
}
</style>