Shades of Tyrian Purple #640947
Tints of Tyrian Purple #640947
RGB
CMYK
RGB Variations
Color information
#640947 (or 0x640947) is known color: Tyrian Purple. HEX triplet: 64, 09 and 47. RGB value is (100,9,71). Sum of RGB (Red+Green+Blue) = 100+9+71=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 71 (28.12% from 255 or 39.44% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #640947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640947 is #9BF6B8. Grayscale: #2B2B2B. Windows color (decimal): -10221241 or 4655460. OLE color: 4655460.
HSL color Cylindrical-coordinate representation of color #640947: hue angle of 319.12º 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 #640947 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 9 | 71 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.61 |
| HSL | 319.12º | 0.83% | 0.21% | - |
| HSV(B) | 319.12º | 0.91% | 0.39% | - |
| XYZ | 6.49 | 3.36 | 6.27 | - |
| YUV | 43.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 71 | 0 | 0.91 | 0.29 | 0.61 | 319.12 | 0.83 | 0.21 |
| Hex | 64 | 9 | 47 | 0 | 5B | 1D | 3D | 13F | 53 | 15 |
| Octal | 144 | 11 | 107 | 0 | 133 | 35 | 75 | 477 | 123 | 25 |
| Binary | 1100100 | 1001 | 1000111 | 0 | 1011011 | 11101 | 111101 | 100111111 | 1010011 | 10101 |
Color Harmonies of #640947
Complementary color
Monochromatic Colors of #640947
Black with #640947
Text Example
Text Example
White with #640947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640947; }
p { color: rgb(100,9,71); }
H1.HeaderClassName
{
color: #640947;
}
.AnyTagClassName
{
color: #640947;
}
</style>
background-color css
<style>
a { background-color: #640947; }
a { background-color: rgb(100,9,71); }
div.DivClassName
{
background-color: #640947;
}
.BgClassName
{
background-color: #640947;
}
</style>
border-color css
<style>
span { border-color: #640947; }
span { border-color: rgb(100,9,71); }
td.TdClassName
{
border-color: #640947;
}
.TagClassName
{
border-color: #640947;
}
</style>