Shades of Tyrian Purple #63062F
Tints of Tyrian Purple #63062F
RGB
CMYK
RGB Variations
Color information
#63062F (or 0x63062F) is known color: Tyrian Purple. HEX triplet: 63, 06 and 2F. RGB value is (99,6,47). Sum of RGB (Red+Green+Blue) = 99+6+47=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #63062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63062F is #9CF9D0. Grayscale: #262626. Windows color (decimal): -10287569 or 3081827. OLE color: 3081827.
HSL color Cylindrical-coordinate representation of color #63062F: hue angle of 333.55º 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 #63062F is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 47 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.61 |
| HSL | 333.55º | 0.89% | 0.21% | - |
| HSV(B) | 333.55º | 0.94% | 0.39% | - |
| XYZ | 5.72 | 2.99 | 2.96 | - |
| YUV | 38.48 | 132.81 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 47 | 0 | 0.94 | 0.53 | 0.61 | 333.55 | 0.89 | 0.21 |
| Hex | 63 | 6 | 2F | 0 | 5E | 35 | 3D | 14E | 59 | 15 |
| Octal | 143 | 6 | 57 | 0 | 136 | 65 | 75 | 516 | 131 | 25 |
| Binary | 1100011 | 110 | 101111 | 0 | 1011110 | 110101 | 111101 | 101001110 | 1011001 | 10101 |
Color Harmonies of #63062F
Complementary color
Monochromatic Colors of #63062F
Black with #63062F
Text Example
Text Example
White with #63062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63062F; }
p { color: rgb(99,6,47); }
H1.HeaderClassName
{
color: #63062F;
}
.AnyTagClassName
{
color: #63062F;
}
</style>
background-color css
<style>
a { background-color: #63062F; }
a { background-color: rgb(99,6,47); }
div.DivClassName
{
background-color: #63062F;
}
.BgClassName
{
background-color: #63062F;
}
</style>
border-color css
<style>
span { border-color: #63062F; }
span { border-color: rgb(99,6,47); }
td.TdClassName
{
border-color: #63062F;
}
.TagClassName
{
border-color: #63062F;
}
</style>