Shades of Tyrian Purple #640E4F
Tints of Tyrian Purple #640E4F
RGB
CMYK
RGB Variations
Color information
#640E4F (or 0x640E4F) is known color: Tyrian Purple. HEX triplet: 64, 0E and 4F. RGB value is (100,14,79). Sum of RGB (Red+Green+Blue) = 100+14+79=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #640E4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640E4F is #9BF1B0. Grayscale: #2E2E2E. Windows color (decimal): -10219953 or 5181028. OLE color: 5181028.
HSL color Cylindrical-coordinate representation of color #640E4F: hue angle of 314.65º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #640E4F is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 14 | 79 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.61 |
| HSL | 314.65º | 0.75% | 0.22% | - |
| HSV(B) | 314.65º | 0.86% | 0.39% | - |
| XYZ | 6.82 | 3.59 | 7.73 | - |
| YUV | 47.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 79 | 0 | 0.86 | 0.21 | 0.61 | 314.65 | 0.75 | 0.22 |
| Hex | 64 | E | 4F | 0 | 56 | 15 | 3D | 13B | 4B | 16 |
| Octal | 144 | 16 | 117 | 0 | 126 | 25 | 75 | 473 | 113 | 26 |
| Binary | 1100100 | 1110 | 1001111 | 0 | 1010110 | 10101 | 111101 | 100111011 | 1001011 | 10110 |
Color Harmonies of #640E4F
Complementary color
Monochromatic Colors of #640E4F
Black with #640E4F
Text Example
Text Example
White with #640E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E4F; }
p { color: rgb(100,14,79); }
H1.HeaderClassName
{
color: #640E4F;
}
.AnyTagClassName
{
color: #640E4F;
}
</style>
background-color css
<style>
a { background-color: #640E4F; }
a { background-color: rgb(100,14,79); }
div.DivClassName
{
background-color: #640E4F;
}
.BgClassName
{
background-color: #640E4F;
}
</style>
border-color css
<style>
span { border-color: #640E4F; }
span { border-color: rgb(100,14,79); }
td.TdClassName
{
border-color: #640E4F;
}
.TagClassName
{
border-color: #640E4F;
}
</style>