Shades of Tyrian Purple #63014E
Tints of Tyrian Purple #63014E
RGB
CMYK
RGB Variations
Color information
#63014E (or 0x63014E) is known color: Tyrian Purple. HEX triplet: 63, 01 and 4E. RGB value is (99,1,78). Sum of RGB (Red+Green+Blue) = 99+1+78=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63014E is #9CFEB1. Grayscale: #262626. Windows color (decimal): -10288818 or 5112163. OLE color: 5112163.
HSL color Cylindrical-coordinate representation of color #63014E: hue angle of 312.86º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #63014E is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.61 |
| HSL | 312.86º | 0.98% | 0.2% | - |
| HSV(B) | 312.86º | 0.99% | 0.39% | - |
| XYZ | 6.53 | 3.22 | 7.49 | - |
| YUV | 39.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 78 | 0 | 0.99 | 0.21 | 0.61 | 312.86 | 0.98 | 0.2 |
| Hex | 63 | 1 | 4E | 0 | 63 | 15 | 3D | 139 | 62 | 14 |
| Octal | 143 | 1 | 116 | 0 | 143 | 25 | 75 | 471 | 142 | 24 |
| Binary | 1100011 | 1 | 1001110 | 0 | 1100011 | 10101 | 111101 | 100111001 | 1100010 | 10100 |
Color Harmonies of #63014E
Complementary color
Monochromatic Colors of #63014E
Black with #63014E
Text Example
Text Example
White with #63014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63014E; }
p { color: rgb(99,1,78); }
H1.HeaderClassName
{
color: #63014E;
}
.AnyTagClassName
{
color: #63014E;
}
</style>
background-color css
<style>
a { background-color: #63014E; }
a { background-color: rgb(99,1,78); }
div.DivClassName
{
background-color: #63014E;
}
.BgClassName
{
background-color: #63014E;
}
</style>
border-color css
<style>
span { border-color: #63014E; }
span { border-color: rgb(99,1,78); }
td.TdClassName
{
border-color: #63014E;
}
.TagClassName
{
border-color: #63014E;
}
</style>