Shades of Tyrian Purple #63014D
Tints of Tyrian Purple #63014D
RGB
CMYK
RGB Variations
Color information
#63014D (or 0x63014D) is known color: Tyrian Purple. HEX triplet: 63, 01 and 4D. RGB value is (99,1,77). Sum of RGB (Red+Green+Blue) = 99+1+77=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63014D is #9CFEB2. Grayscale: #262626. Windows color (decimal): -10288819 or 5046627. OLE color: 5046627.
HSL color Cylindrical-coordinate representation of color #63014D: hue angle of 313.47º 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 #63014D is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.61 |
| HSL | 313.47º | 0.98% | 0.2% | - |
| HSV(B) | 313.47º | 0.99% | 0.39% | - |
| XYZ | 6.5 | 3.21 | 7.3 | - |
| YUV | 38.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 77 | 0 | 0.99 | 0.22 | 0.61 | 313.47 | 0.98 | 0.2 |
| Hex | 63 | 1 | 4D | 0 | 63 | 16 | 3D | 139 | 62 | 14 |
| Octal | 143 | 1 | 115 | 0 | 143 | 26 | 75 | 471 | 142 | 24 |
| Binary | 1100011 | 1 | 1001101 | 0 | 1100011 | 10110 | 111101 | 100111001 | 1100010 | 10100 |
Color Harmonies of #63014D
Complementary color
Monochromatic Colors of #63014D
Black with #63014D
Text Example
Text Example
White with #63014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63014D; }
p { color: rgb(99,1,77); }
H1.HeaderClassName
{
color: #63014D;
}
.AnyTagClassName
{
color: #63014D;
}
</style>
background-color css
<style>
a { background-color: #63014D; }
a { background-color: rgb(99,1,77); }
div.DivClassName
{
background-color: #63014D;
}
.BgClassName
{
background-color: #63014D;
}
</style>
border-color css
<style>
span { border-color: #63014D; }
span { border-color: rgb(99,1,77); }
td.TdClassName
{
border-color: #63014D;
}
.TagClassName
{
border-color: #63014D;
}
</style>