Shades of Tyrian Purple #640F39
Tints of Tyrian Purple #640F39
RGB
CMYK
RGB Variations
Color information
#640F39 (or 0x640F39) is known color: Tyrian Purple. HEX triplet: 64, 0F and 39. RGB value is (100,15,57). Sum of RGB (Red+Green+Blue) = 100+15+57=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #640F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640F39 is #9BF0C6. Grayscale: #2D2D2D. Windows color (decimal): -10219719 or 3739492. OLE color: 3739492.
HSL color Cylindrical-coordinate representation of color #640F39: hue angle of 330.35º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #640F39 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 15 | 57 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.61 |
| HSL | 330.35º | 0.74% | 0.23% | - |
| HSV(B) | 330.35º | 0.85% | 0.39% | - |
| XYZ | 6.16 | 3.35 | 4.19 | - |
| YUV | 45.2 | 134.66 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 57 | 0 | 0.85 | 0.43 | 0.61 | 330.35 | 0.74 | 0.23 |
| Hex | 64 | F | 39 | 0 | 55 | 2B | 3D | 14A | 4A | 17 |
| Octal | 144 | 17 | 71 | 0 | 125 | 53 | 75 | 512 | 112 | 27 |
| Binary | 1100100 | 1111 | 111001 | 0 | 1010101 | 101011 | 111101 | 101001010 | 1001010 | 10111 |
Color Harmonies of #640F39
Complementary color
Monochromatic Colors of #640F39
Black with #640F39
Text Example
Text Example
White with #640F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F39; }
p { color: rgb(100,15,57); }
H1.HeaderClassName
{
color: #640F39;
}
.AnyTagClassName
{
color: #640F39;
}
</style>
background-color css
<style>
a { background-color: #640F39; }
a { background-color: rgb(100,15,57); }
div.DivClassName
{
background-color: #640F39;
}
.BgClassName
{
background-color: #640F39;
}
</style>
border-color css
<style>
span { border-color: #640F39; }
span { border-color: rgb(100,15,57); }
td.TdClassName
{
border-color: #640F39;
}
.TagClassName
{
border-color: #640F39;
}
</style>