Shades of Tyrian Purple #63004B
Tints of Tyrian Purple #63004B
RGB
CMYK
RGB Variations
Color information
#63004B (or 0x63004B) is known color: Tyrian Purple. HEX triplet: 63, 00 and 4B. RGB value is (99,0,75). Sum of RGB (Red+Green+Blue) = 99+0+75=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #63004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63004B is #9CFFB4. Grayscale: #252525. Windows color (decimal): -10289077 or 4915299. OLE color: 4915299.
HSL color Cylindrical-coordinate representation of color #63004B: hue angle of 314.55º 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 #63004B is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.24 | 0.61 |
| HSL | 314.55º | 1% | 0.19% | - |
| HSV(B) | 314.55º | 1% | 0.39% | - |
| XYZ | 6.42 | 3.16 | 6.93 | - |
| YUV | 38.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 75 | 0 | 1 | 0.24 | 0.61 | 314.55 | 1 | 0.19 |
| Hex | 63 | 0 | 4B | 0 | 64 | 18 | 3D | 13B | 64 | 13 |
| Octal | 143 | 0 | 113 | 0 | 144 | 30 | 75 | 473 | 144 | 23 |
| Binary | 1100011 | 0 | 1001011 | 0 | 1100100 | 11000 | 111101 | 100111011 | 1100100 | 10011 |
Color Harmonies of #63004B
Complementary color
Monochromatic Colors of #63004B
Black with #63004B
Text Example
Text Example
White with #63004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63004B; }
p { color: rgb(99,0,75); }
H1.HeaderClassName
{
color: #63004B;
}
.AnyTagClassName
{
color: #63004B;
}
</style>
background-color css
<style>
a { background-color: #63004B; }
a { background-color: rgb(99,0,75); }
div.DivClassName
{
background-color: #63004B;
}
.BgClassName
{
background-color: #63004B;
}
</style>
border-color css
<style>
span { border-color: #63004B; }
span { border-color: rgb(99,0,75); }
td.TdClassName
{
border-color: #63004B;
}
.TagClassName
{
border-color: #63004B;
}
</style>