Shades of Tyrian Purple #631143
Tints of Tyrian Purple #631143
RGB
CMYK
RGB Variations
Color information
#631143 (or 0x631143) is known color: Tyrian Purple. HEX triplet: 63, 11 and 43. RGB value is (99,17,67). Sum of RGB (Red+Green+Blue) = 99+17+67=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #631143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631143 is #9CEEBC. Grayscale: #2F2F2F. Windows color (decimal): -10284733 or 4395363. OLE color: 4395363.
HSL color Cylindrical-coordinate representation of color #631143: hue angle of 323.41º 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 #631143 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 17 | 67 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.61 |
| HSL | 323.41º | 0.71% | 0.23% | - |
| HSV(B) | 323.41º | 0.83% | 0.39% | - |
| XYZ | 6.36 | 3.46 | 5.64 | - |
| YUV | 47.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 67 | 0 | 0.83 | 0.32 | 0.61 | 323.41 | 0.71 | 0.23 |
| Hex | 63 | 11 | 43 | 0 | 53 | 20 | 3D | 143 | 47 | 17 |
| Octal | 143 | 21 | 103 | 0 | 123 | 40 | 75 | 503 | 107 | 27 |
| Binary | 1100011 | 10001 | 1000011 | 0 | 1010011 | 100000 | 111101 | 101000011 | 1000111 | 10111 |
Color Harmonies of #631143
Complementary color
Monochromatic Colors of #631143
Black with #631143
Text Example
Text Example
White with #631143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631143; }
p { color: rgb(99,17,67); }
H1.HeaderClassName
{
color: #631143;
}
.AnyTagClassName
{
color: #631143;
}
</style>
background-color css
<style>
a { background-color: #631143; }
a { background-color: rgb(99,17,67); }
div.DivClassName
{
background-color: #631143;
}
.BgClassName
{
background-color: #631143;
}
</style>
border-color css
<style>
span { border-color: #631143; }
span { border-color: rgb(99,17,67); }
td.TdClassName
{
border-color: #631143;
}
.TagClassName
{
border-color: #631143;
}
</style>