Shades of Tyrian Purple #63012F
Tints of Tyrian Purple #63012F
RGB
CMYK
RGB Variations
Color information
#63012F (or 0x63012F) is known color: Tyrian Purple. HEX triplet: 63, 01 and 2F. RGB value is (99,1,47). Sum of RGB (Red+Green+Blue) = 99+1+47=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63012F is #9CFED0. Grayscale: #232323. Windows color (decimal): -10288849 or 3080547. OLE color: 3080547.
HSL color Cylindrical-coordinate representation of color #63012F: hue angle of 331.84º 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 #63012F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.61 |
| HSL | 331.84º | 0.98% | 0.2% | - |
| HSV(B) | 331.84º | 0.99% | 0.39% | - |
| XYZ | 5.67 | 2.88 | 2.95 | - |
| YUV | 35.55 | 134.47 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 47 | 0 | 0.99 | 0.53 | 0.61 | 331.84 | 0.98 | 0.2 |
| Hex | 63 | 1 | 2F | 0 | 63 | 35 | 3D | 14C | 62 | 14 |
| Octal | 143 | 1 | 57 | 0 | 143 | 65 | 75 | 514 | 142 | 24 |
| Binary | 1100011 | 1 | 101111 | 0 | 1100011 | 110101 | 111101 | 101001100 | 1100010 | 10100 |
Color Harmonies of #63012F
Complementary color
Monochromatic Colors of #63012F
Black with #63012F
Text Example
Text Example
White with #63012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63012F; }
p { color: rgb(99,1,47); }
H1.HeaderClassName
{
color: #63012F;
}
.AnyTagClassName
{
color: #63012F;
}
</style>
background-color css
<style>
a { background-color: #63012F; }
a { background-color: rgb(99,1,47); }
div.DivClassName
{
background-color: #63012F;
}
.BgClassName
{
background-color: #63012F;
}
</style>
border-color css
<style>
span { border-color: #63012F; }
span { border-color: rgb(99,1,47); }
td.TdClassName
{
border-color: #63012F;
}
.TagClassName
{
border-color: #63012F;
}
</style>