Shades of Tyrian Purple #640A3E
Tints of Tyrian Purple #640A3E
RGB
CMYK
RGB Variations
Color information
#640A3E (or 0x640A3E) is known color: Tyrian Purple. HEX triplet: 64, 0A and 3E. RGB value is (100,10,62). Sum of RGB (Red+Green+Blue) = 100+10+62=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #640A3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640A3E is #9BF5C1. Grayscale: #2A2A2A. Windows color (decimal): -10220994 or 4065892. OLE color: 4065892.
HSL color Cylindrical-coordinate representation of color #640A3E: hue angle of 325.33º 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 #640A3E is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 62 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.61 |
| HSL | 325.33º | 0.82% | 0.22% | - |
| HSV(B) | 325.33º | 0.9% | 0.39% | - |
| XYZ | 6.23 | 3.27 | 4.86 | - |
| YUV | 42.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 62 | 0 | 0.90 | 0.38 | 0.61 | 325.33 | 0.82 | 0.22 |
| Hex | 64 | A | 3E | 0 | 5A | 26 | 3D | 145 | 52 | 16 |
| Octal | 144 | 12 | 76 | 0 | 132 | 46 | 75 | 505 | 122 | 26 |
| Binary | 1100100 | 1010 | 111110 | 0 | 1011010 | 100110 | 111101 | 101000101 | 1010010 | 10110 |
Color Harmonies of #640A3E
Complementary color
Monochromatic Colors of #640A3E
Black with #640A3E
Text Example
Text Example
White with #640A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A3E; }
p { color: rgb(100,10,62); }
H1.HeaderClassName
{
color: #640A3E;
}
.AnyTagClassName
{
color: #640A3E;
}
</style>
background-color css
<style>
a { background-color: #640A3E; }
a { background-color: rgb(100,10,62); }
div.DivClassName
{
background-color: #640A3E;
}
.BgClassName
{
background-color: #640A3E;
}
</style>
border-color css
<style>
span { border-color: #640A3E; }
span { border-color: rgb(100,10,62); }
td.TdClassName
{
border-color: #640A3E;
}
.TagClassName
{
border-color: #640A3E;
}
</style>