Shades of Tyrian Purple #630246
Tints of Tyrian Purple #630246
RGB
CMYK
RGB Variations
Color information
#630246 (or 0x630246) is known color: Tyrian Purple. HEX triplet: 63, 02 and 46. RGB value is (99,2,70). Sum of RGB (Red+Green+Blue) = 99+2+70=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #630246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630246 is #9CFDB9. Grayscale: #262626. Windows color (decimal): -10288570 or 4588131. OLE color: 4588131.
HSL color Cylindrical-coordinate representation of color #630246: hue angle of 317.94º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630246 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 70 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.61 |
| HSL | 317.94º | 0.96% | 0.2% | - |
| HSV(B) | 317.94º | 0.98% | 0.39% | - |
| XYZ | 6.27 | 3.14 | 6.07 | - |
| YUV | 38.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 70 | 0 | 0.98 | 0.29 | 0.61 | 317.94 | 0.96 | 0.2 |
| Hex | 63 | 2 | 46 | 0 | 62 | 1D | 3D | 13E | 60 | 14 |
| Octal | 143 | 2 | 106 | 0 | 142 | 35 | 75 | 476 | 140 | 24 |
| Binary | 1100011 | 10 | 1000110 | 0 | 1100010 | 11101 | 111101 | 100111110 | 1100000 | 10100 |
Color Harmonies of #630246
Complementary color
Monochromatic Colors of #630246
Black with #630246
Text Example
Text Example
White with #630246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630246; }
p { color: rgb(99,2,70); }
H1.HeaderClassName
{
color: #630246;
}
.AnyTagClassName
{
color: #630246;
}
</style>
background-color css
<style>
a { background-color: #630246; }
a { background-color: rgb(99,2,70); }
div.DivClassName
{
background-color: #630246;
}
.BgClassName
{
background-color: #630246;
}
</style>
border-color css
<style>
span { border-color: #630246; }
span { border-color: rgb(99,2,70); }
td.TdClassName
{
border-color: #630246;
}
.TagClassName
{
border-color: #630246;
}
</style>