Shades of Tyrian Purple #63004E
Tints of Tyrian Purple #63004E
RGB
CMYK
RGB Variations
Color information
#63004E (or 0x63004E) is known color: Tyrian Purple. HEX triplet: 63, 00 and 4E. RGB value is (99,0,78). Sum of RGB (Red+Green+Blue) = 99+0+78=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63004E is #9CFFB1. Grayscale: #262626. Windows color (decimal): -10289074 or 5111907. OLE color: 5111907.
HSL color Cylindrical-coordinate representation of color #63004E: hue angle of 312.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63004E is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.21 | 0.61 |
| HSL | 312.73º | 1% | 0.19% | - |
| HSV(B) | 312.73º | 1% | 0.39% | - |
| XYZ | 6.52 | 3.2 | 7.48 | - |
| YUV | 38.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 78 | 0 | 1 | 0.21 | 0.61 | 312.73 | 1 | 0.19 |
| Hex | 63 | 0 | 4E | 0 | 64 | 15 | 3D | 139 | 64 | 13 |
| Octal | 143 | 0 | 116 | 0 | 144 | 25 | 75 | 471 | 144 | 23 |
| Binary | 1100011 | 0 | 1001110 | 0 | 1100100 | 10101 | 111101 | 100111001 | 1100100 | 10011 |
Color Harmonies of #63004E
Complementary color
Monochromatic Colors of #63004E
Black with #63004E
Text Example
Text Example
White with #63004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63004E; }
p { color: rgb(99,0,78); }
H1.HeaderClassName
{
color: #63004E;
}
.AnyTagClassName
{
color: #63004E;
}
</style>
background-color css
<style>
a { background-color: #63004E; }
a { background-color: rgb(99,0,78); }
div.DivClassName
{
background-color: #63004E;
}
.BgClassName
{
background-color: #63004E;
}
</style>
border-color css
<style>
span { border-color: #63004E; }
span { border-color: rgb(99,0,78); }
td.TdClassName
{
border-color: #63004E;
}
.TagClassName
{
border-color: #63004E;
}
</style>