Shades of Tyrian Purple #640949
Tints of Tyrian Purple #640949
RGB
CMYK
RGB Variations
Color information
#640949 (or 0x640949) is known color: Tyrian Purple. HEX triplet: 64, 09 and 49. RGB value is (100,9,73). Sum of RGB (Red+Green+Blue) = 100+9+73=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #640949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640949 is #9BF6B6. Grayscale: #2B2B2B. Windows color (decimal): -10221239 or 4786532. OLE color: 4786532.
HSL color Cylindrical-coordinate representation of color #640949: hue angle of 317.8º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640949 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 9 | 73 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.61 |
| HSL | 317.8º | 0.83% | 0.21% | - |
| HSV(B) | 317.8º | 0.91% | 0.39% | - |
| XYZ | 6.56 | 3.39 | 6.61 | - |
| YUV | 43.51 | 144.65 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 73 | 0 | 0.91 | 0.27 | 0.61 | 317.8 | 0.83 | 0.21 |
| Hex | 64 | 9 | 49 | 0 | 5B | 1B | 3D | 13E | 53 | 15 |
| Octal | 144 | 11 | 111 | 0 | 133 | 33 | 75 | 476 | 123 | 25 |
| Binary | 1100100 | 1001 | 1001001 | 0 | 1011011 | 11011 | 111101 | 100111110 | 1010011 | 10101 |
Color Harmonies of #640949
Complementary color
Monochromatic Colors of #640949
Black with #640949
Text Example
Text Example
White with #640949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640949; }
p { color: rgb(100,9,73); }
H1.HeaderClassName
{
color: #640949;
}
.AnyTagClassName
{
color: #640949;
}
</style>
background-color css
<style>
a { background-color: #640949; }
a { background-color: rgb(100,9,73); }
div.DivClassName
{
background-color: #640949;
}
.BgClassName
{
background-color: #640949;
}
</style>
border-color css
<style>
span { border-color: #640949; }
span { border-color: rgb(100,9,73); }
td.TdClassName
{
border-color: #640949;
}
.TagClassName
{
border-color: #640949;
}
</style>