Shades of Tyrian Purple #630633
Tints of Tyrian Purple #630633
RGB
CMYK
RGB Variations
Color information
#630633 (or 0x630633) is known color: Tyrian Purple. HEX triplet: 63, 06 and 33. RGB value is (99,6,51). Sum of RGB (Red+Green+Blue) = 99+6+51=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #630633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630633 is #9CF9CC. Grayscale: #262626. Windows color (decimal): -10287565 or 3343971. OLE color: 3343971.
HSL color Cylindrical-coordinate representation of color #630633: hue angle of 330.97º 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 #630633 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 51 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.61 |
| HSL | 330.97º | 0.89% | 0.21% | - |
| HSV(B) | 330.97º | 0.94% | 0.39% | - |
| XYZ | 5.81 | 3.02 | 3.41 | - |
| YUV | 38.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 51 | 0 | 0.94 | 0.48 | 0.61 | 330.97 | 0.89 | 0.21 |
| Hex | 63 | 6 | 33 | 0 | 5E | 30 | 3D | 14B | 59 | 15 |
| Octal | 143 | 6 | 63 | 0 | 136 | 60 | 75 | 513 | 131 | 25 |
| Binary | 1100011 | 110 | 110011 | 0 | 1011110 | 110000 | 111101 | 101001011 | 1011001 | 10101 |
Color Harmonies of #630633
Complementary color
Monochromatic Colors of #630633
Black with #630633
Text Example
Text Example
White with #630633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630633; }
p { color: rgb(99,6,51); }
H1.HeaderClassName
{
color: #630633;
}
.AnyTagClassName
{
color: #630633;
}
</style>
background-color css
<style>
a { background-color: #630633; }
a { background-color: rgb(99,6,51); }
div.DivClassName
{
background-color: #630633;
}
.BgClassName
{
background-color: #630633;
}
</style>
border-color css
<style>
span { border-color: #630633; }
span { border-color: rgb(99,6,51); }
td.TdClassName
{
border-color: #630633;
}
.TagClassName
{
border-color: #630633;
}
</style>