Shades of Tyrian Purple #640845
Tints of Tyrian Purple #640845
RGB
CMYK
RGB Variations
Color information
#640845 (or 0x640845) is known color: Tyrian Purple. HEX triplet: 64, 08 and 45. RGB value is (100,8,69). Sum of RGB (Red+Green+Blue) = 100+8+69=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #640845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640845 is #9BF7BA. Grayscale: #2A2A2A. Windows color (decimal): -10221499 or 4524132. OLE color: 4524132.
HSL color Cylindrical-coordinate representation of color #640845: hue angle of 320.22º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640845 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 69 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.61 |
| HSL | 320.22º | 0.85% | 0.21% | - |
| HSV(B) | 320.22º | 0.92% | 0.39% | - |
| XYZ | 6.42 | 3.31 | 5.93 | - |
| YUV | 42.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 69 | 0 | 0.92 | 0.31 | 0.61 | 320.22 | 0.85 | 0.21 |
| Hex | 64 | 8 | 45 | 0 | 5C | 1F | 3D | 140 | 55 | 15 |
| Octal | 144 | 10 | 105 | 0 | 134 | 37 | 75 | 500 | 125 | 25 |
| Binary | 1100100 | 1000 | 1000101 | 0 | 1011100 | 11111 | 111101 | 101000000 | 1010101 | 10101 |
Color Harmonies of #640845
Complementary color
Monochromatic Colors of #640845
Black with #640845
Text Example
Text Example
White with #640845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640845; }
p { color: rgb(100,8,69); }
H1.HeaderClassName
{
color: #640845;
}
.AnyTagClassName
{
color: #640845;
}
</style>
background-color css
<style>
a { background-color: #640845; }
a { background-color: rgb(100,8,69); }
div.DivClassName
{
background-color: #640845;
}
.BgClassName
{
background-color: #640845;
}
</style>
border-color css
<style>
span { border-color: #640845; }
span { border-color: rgb(100,8,69); }
td.TdClassName
{
border-color: #640845;
}
.TagClassName
{
border-color: #640845;
}
</style>