Shades of Tyrian Purple #640850
Tints of Tyrian Purple #640850
RGB
CMYK
RGB Variations
Color information
#640850 (or 0x640850) is known color: Tyrian Purple. HEX triplet: 64, 08 and 50. RGB value is (100,8,80). Sum of RGB (Red+Green+Blue) = 100+8+80=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #640850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640850 is #9BF7AF. Grayscale: #2B2B2B. Windows color (decimal): -10221488 or 5245028. OLE color: 5245028.
HSL color Cylindrical-coordinate representation of color #640850: hue angle of 313.04º 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 #640850 is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 80 | - |
| CMYK | 0 | 0.92 | 0.2 | 0.61 |
| HSL | 313.04º | 0.85% | 0.21% | - |
| HSV(B) | 313.04º | 0.92% | 0.39% | - |
| XYZ | 6.79 | 3.46 | 7.9 | - |
| YUV | 43.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 80 | 0 | 0.92 | 0.2 | 0.61 | 313.04 | 0.85 | 0.21 |
| Hex | 64 | 8 | 50 | 0 | 5C | 14 | 3D | 139 | 55 | 15 |
| Octal | 144 | 10 | 120 | 0 | 134 | 24 | 75 | 471 | 125 | 25 |
| Binary | 1100100 | 1000 | 1010000 | 0 | 1011100 | 10100 | 111101 | 100111001 | 1010101 | 10101 |
Color Harmonies of #640850
Complementary color
Monochromatic Colors of #640850
Black with #640850
Text Example
Text Example
White with #640850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640850; }
p { color: rgb(100,8,80); }
H1.HeaderClassName
{
color: #640850;
}
.AnyTagClassName
{
color: #640850;
}
</style>
background-color css
<style>
a { background-color: #640850; }
a { background-color: rgb(100,8,80); }
div.DivClassName
{
background-color: #640850;
}
.BgClassName
{
background-color: #640850;
}
</style>
border-color css
<style>
span { border-color: #640850; }
span { border-color: rgb(100,8,80); }
td.TdClassName
{
border-color: #640850;
}
.TagClassName
{
border-color: #640850;
}
</style>