Shades of Tyrian Purple #640A45
Tints of Tyrian Purple #640A45
RGB
CMYK
RGB Variations
Color information
#640A45 (or 0x640A45) is known color: Tyrian Purple. HEX triplet: 64, 0A and 45. RGB value is (100,10,69). Sum of RGB (Red+Green+Blue) = 100+10+69=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #640A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640A45 is #9BF5BA. Grayscale: #2B2B2B. Windows color (decimal): -10220987 or 4524644. OLE color: 4524644.
HSL color Cylindrical-coordinate representation of color #640A45: hue angle of 320.67º 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 #640A45 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 69 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.61 |
| HSL | 320.67º | 0.82% | 0.22% | - |
| HSV(B) | 320.67º | 0.9% | 0.39% | - |
| XYZ | 6.44 | 3.36 | 5.94 | - |
| YUV | 43.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 69 | 0 | 0.90 | 0.31 | 0.61 | 320.67 | 0.82 | 0.22 |
| Hex | 64 | A | 45 | 0 | 5A | 1F | 3D | 141 | 52 | 16 |
| Octal | 144 | 12 | 105 | 0 | 132 | 37 | 75 | 501 | 122 | 26 |
| Binary | 1100100 | 1010 | 1000101 | 0 | 1011010 | 11111 | 111101 | 101000001 | 1010010 | 10110 |
Color Harmonies of #640A45
Complementary color
Monochromatic Colors of #640A45
Black with #640A45
Text Example
Text Example
White with #640A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A45; }
p { color: rgb(100,10,69); }
H1.HeaderClassName
{
color: #640A45;
}
.AnyTagClassName
{
color: #640A45;
}
</style>
background-color css
<style>
a { background-color: #640A45; }
a { background-color: rgb(100,10,69); }
div.DivClassName
{
background-color: #640A45;
}
.BgClassName
{
background-color: #640A45;
}
</style>
border-color css
<style>
span { border-color: #640A45; }
span { border-color: rgb(100,10,69); }
td.TdClassName
{
border-color: #640A45;
}
.TagClassName
{
border-color: #640A45;
}
</style>