Shades of Tyrian Purple #631139
Tints of Tyrian Purple #631139
RGB
CMYK
RGB Variations
Color information
#631139 (or 0x631139) is known color: Tyrian Purple. HEX triplet: 63, 11 and 39. RGB value is (99,17,57). Sum of RGB (Red+Green+Blue) = 99+17+57=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #631139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631139 is #9CEEC6. Grayscale: #2E2E2E. Windows color (decimal): -10284743 or 3740003. OLE color: 3740003.
HSL color Cylindrical-coordinate representation of color #631139: hue angle of 330.73º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631139 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 57 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.61 |
| HSL | 330.73º | 0.71% | 0.23% | - |
| HSV(B) | 330.73º | 0.83% | 0.39% | - |
| XYZ | 6.08 | 3.35 | 4.2 | - |
| YUV | 46.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 57 | 0 | 0.83 | 0.42 | 0.61 | 330.73 | 0.71 | 0.23 |
| Hex | 63 | 11 | 39 | 0 | 53 | 2A | 3D | 14B | 47 | 17 |
| Octal | 143 | 21 | 71 | 0 | 123 | 52 | 75 | 513 | 107 | 27 |
| Binary | 1100011 | 10001 | 111001 | 0 | 1010011 | 101010 | 111101 | 101001011 | 1000111 | 10111 |
Color Harmonies of #631139
Complementary color
Monochromatic Colors of #631139
Black with #631139
Text Example
Text Example
White with #631139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631139; }
p { color: rgb(99,17,57); }
H1.HeaderClassName
{
color: #631139;
}
.AnyTagClassName
{
color: #631139;
}
</style>
background-color css
<style>
a { background-color: #631139; }
a { background-color: rgb(99,17,57); }
div.DivClassName
{
background-color: #631139;
}
.BgClassName
{
background-color: #631139;
}
</style>
border-color css
<style>
span { border-color: #631139; }
span { border-color: rgb(99,17,57); }
td.TdClassName
{
border-color: #631139;
}
.TagClassName
{
border-color: #631139;
}
</style>