Shades of Tyrian Purple #63063E
Tints of Tyrian Purple #63063E
RGB
CMYK
RGB Variations
Color information
#63063E (or 0x63063E) is known color: Tyrian Purple. HEX triplet: 63, 06 and 3E. RGB value is (99,6,62). Sum of RGB (Red+Green+Blue) = 99+6+62=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63063E is #9CF9C1. Grayscale: #282828. Windows color (decimal): -10287554 or 4064867. OLE color: 4064867.
HSL color Cylindrical-coordinate representation of color #63063E: hue angle of 323.87º 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 #63063E is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 62 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.61 |
| HSL | 323.87º | 0.89% | 0.21% | - |
| HSV(B) | 323.87º | 0.94% | 0.39% | - |
| XYZ | 6.08 | 3.13 | 4.84 | - |
| YUV | 40.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 62 | 0 | 0.94 | 0.37 | 0.61 | 323.87 | 0.89 | 0.21 |
| Hex | 63 | 6 | 3E | 0 | 5E | 25 | 3D | 144 | 59 | 15 |
| Octal | 143 | 6 | 76 | 0 | 136 | 45 | 75 | 504 | 131 | 25 |
| Binary | 1100011 | 110 | 111110 | 0 | 1011110 | 100101 | 111101 | 101000100 | 1011001 | 10101 |
Color Harmonies of #63063E
Complementary color
Monochromatic Colors of #63063E
Black with #63063E
Text Example
Text Example
White with #63063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63063E; }
p { color: rgb(99,6,62); }
H1.HeaderClassName
{
color: #63063E;
}
.AnyTagClassName
{
color: #63063E;
}
</style>
background-color css
<style>
a { background-color: #63063E; }
a { background-color: rgb(99,6,62); }
div.DivClassName
{
background-color: #63063E;
}
.BgClassName
{
background-color: #63063E;
}
</style>
border-color css
<style>
span { border-color: #63063E; }
span { border-color: rgb(99,6,62); }
td.TdClassName
{
border-color: #63063E;
}
.TagClassName
{
border-color: #63063E;
}
</style>