Shades of Tyrian Purple #63014B
Tints of Tyrian Purple #63014B
RGB
CMYK
RGB Variations
Color information
#63014B (or 0x63014B) is known color: Tyrian Purple. HEX triplet: 63, 01 and 4B. RGB value is (99,1,75). Sum of RGB (Red+Green+Blue) = 99+1+75=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63014B is #9CFEB4. Grayscale: #262626. Windows color (decimal): -10288821 or 4915555. OLE color: 4915555.
HSL color Cylindrical-coordinate representation of color #63014B: hue angle of 314.69º 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 #63014B is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.61 |
| HSL | 314.69º | 0.98% | 0.2% | - |
| HSV(B) | 314.69º | 0.99% | 0.39% | - |
| XYZ | 6.43 | 3.18 | 6.93 | - |
| YUV | 38.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 75 | 0 | 0.99 | 0.24 | 0.61 | 314.69 | 0.98 | 0.2 |
| Hex | 63 | 1 | 4B | 0 | 63 | 18 | 3D | 13B | 62 | 14 |
| Octal | 143 | 1 | 113 | 0 | 143 | 30 | 75 | 473 | 142 | 24 |
| Binary | 1100011 | 1 | 1001011 | 0 | 1100011 | 11000 | 111101 | 100111011 | 1100010 | 10100 |
Color Harmonies of #63014B
Complementary color
Monochromatic Colors of #63014B
Black with #63014B
Text Example
Text Example
White with #63014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63014B; }
p { color: rgb(99,1,75); }
H1.HeaderClassName
{
color: #63014B;
}
.AnyTagClassName
{
color: #63014B;
}
</style>
background-color css
<style>
a { background-color: #63014B; }
a { background-color: rgb(99,1,75); }
div.DivClassName
{
background-color: #63014B;
}
.BgClassName
{
background-color: #63014B;
}
</style>
border-color css
<style>
span { border-color: #63014B; }
span { border-color: rgb(99,1,75); }
td.TdClassName
{
border-color: #63014B;
}
.TagClassName
{
border-color: #63014B;
}
</style>