Shades of Tyrian Purple #63062E
Tints of Tyrian Purple #63062E
RGB
CMYK
RGB Variations
Color information
#63062E (or 0x63062E) is known color: Tyrian Purple. HEX triplet: 63, 06 and 2E. RGB value is (99,6,46). Sum of RGB (Red+Green+Blue) = 99+6+46=151 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.56% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 99 - color contains mainly: red. Hex color #63062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63062E is #9CF9D1. Grayscale: #262626. Windows color (decimal): -10287570 or 3016291. OLE color: 3016291.
HSL color Cylindrical-coordinate representation of color #63062E: hue angle of 334.19º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63062E is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 46 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.61 |
| HSL | 334.19º | 0.89% | 0.21% | - |
| HSV(B) | 334.19º | 0.94% | 0.39% | - |
| XYZ | 5.7 | 2.98 | 2.86 | - |
| YUV | 38.37 | 132.31 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 46 | 0 | 0.94 | 0.54 | 0.61 | 334.19 | 0.89 | 0.21 |
| Hex | 63 | 6 | 2E | 0 | 5E | 36 | 3D | 14E | 59 | 15 |
| Octal | 143 | 6 | 56 | 0 | 136 | 66 | 75 | 516 | 131 | 25 |
| Binary | 1100011 | 110 | 101110 | 0 | 1011110 | 110110 | 111101 | 101001110 | 1011001 | 10101 |
Color Harmonies of #63062E
Complementary color
Monochromatic Colors of #63062E
Black with #63062E
Text Example
Text Example
White with #63062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63062E; }
p { color: rgb(99,6,46); }
H1.HeaderClassName
{
color: #63062E;
}
.AnyTagClassName
{
color: #63062E;
}
</style>
background-color css
<style>
a { background-color: #63062E; }
a { background-color: rgb(99,6,46); }
div.DivClassName
{
background-color: #63062E;
}
.BgClassName
{
background-color: #63062E;
}
</style>
border-color css
<style>
span { border-color: #63062E; }
span { border-color: rgb(99,6,46); }
td.TdClassName
{
border-color: #63062E;
}
.TagClassName
{
border-color: #63062E;
}
</style>