Shades of Tyrian Purple #640A47
Tints of Tyrian Purple #640A47
RGB
CMYK
RGB Variations
Color information
#640A47 (or 0x640A47) is known color: Tyrian Purple. HEX triplet: 64, 0A and 47. RGB value is (100,10,71). Sum of RGB (Red+Green+Blue) = 100+10+71=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #640A47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640A47 is #9BF5B8. Grayscale: #2B2B2B. Windows color (decimal): -10220985 or 4655716. OLE color: 4655716.
HSL color Cylindrical-coordinate representation of color #640A47: hue angle of 319.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A47 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 71 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.61 |
| HSL | 319.33º | 0.82% | 0.22% | - |
| HSV(B) | 319.33º | 0.9% | 0.39% | - |
| XYZ | 6.5 | 3.38 | 6.27 | - |
| YUV | 43.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 71 | 0 | 0.90 | 0.29 | 0.61 | 319.33 | 0.82 | 0.22 |
| Hex | 64 | A | 47 | 0 | 5A | 1D | 3D | 13F | 52 | 16 |
| Octal | 144 | 12 | 107 | 0 | 132 | 35 | 75 | 477 | 122 | 26 |
| Binary | 1100100 | 1010 | 1000111 | 0 | 1011010 | 11101 | 111101 | 100111111 | 1010010 | 10110 |
Color Harmonies of #640A47
Complementary color
Monochromatic Colors of #640A47
Black with #640A47
Text Example
Text Example
White with #640A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A47; }
p { color: rgb(100,10,71); }
H1.HeaderClassName
{
color: #640A47;
}
.AnyTagClassName
{
color: #640A47;
}
</style>
background-color css
<style>
a { background-color: #640A47; }
a { background-color: rgb(100,10,71); }
div.DivClassName
{
background-color: #640A47;
}
.BgClassName
{
background-color: #640A47;
}
</style>
border-color css
<style>
span { border-color: #640A47; }
span { border-color: rgb(100,10,71); }
td.TdClassName
{
border-color: #640A47;
}
.TagClassName
{
border-color: #640A47;
}
</style>