Shades of Tyrian Purple #640A4F
Tints of Tyrian Purple #640A4F
RGB
CMYK
RGB Variations
Color information
#640A4F (or 0x640A4F) is known color: Tyrian Purple. HEX triplet: 64, 0A and 4F. RGB value is (100,10,79). Sum of RGB (Red+Green+Blue) = 100+10+79=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #640A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A4F is #9BF5B0. Grayscale: #2C2C2C. Windows color (decimal): -10220977 or 5180004. OLE color: 5180004.
HSL color Cylindrical-coordinate representation of color #640A4F: hue angle of 314º 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 #640A4F is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 79 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.61 |
| HSL | 314º | 0.82% | 0.22% | - |
| HSV(B) | 314º | 0.9% | 0.39% | - |
| XYZ | 6.78 | 3.49 | 7.71 | - |
| YUV | 44.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 79 | 0 | 0.90 | 0.21 | 0.61 | 314 | 0.82 | 0.22 |
| Hex | 64 | A | 4F | 0 | 5A | 15 | 3D | 13A | 52 | 16 |
| Octal | 144 | 12 | 117 | 0 | 132 | 25 | 75 | 472 | 122 | 26 |
| Binary | 1100100 | 1010 | 1001111 | 0 | 1011010 | 10101 | 111101 | 100111010 | 1010010 | 10110 |
Color Harmonies of #640A4F
Complementary color
Monochromatic Colors of #640A4F
Black with #640A4F
Text Example
Text Example
White with #640A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A4F; }
p { color: rgb(100,10,79); }
H1.HeaderClassName
{
color: #640A4F;
}
.AnyTagClassName
{
color: #640A4F;
}
</style>
background-color css
<style>
a { background-color: #640A4F; }
a { background-color: rgb(100,10,79); }
div.DivClassName
{
background-color: #640A4F;
}
.BgClassName
{
background-color: #640A4F;
}
</style>
border-color css
<style>
span { border-color: #640A4F; }
span { border-color: rgb(100,10,79); }
td.TdClassName
{
border-color: #640A4F;
}
.TagClassName
{
border-color: #640A4F;
}
</style>