Shades of Tyrian Purple #640F3B
Tints of Tyrian Purple #640F3B
RGB
CMYK
RGB Variations
Color information
#640F3B (or 0x640F3B) is known color: Tyrian Purple. HEX triplet: 64, 0F and 3B. RGB value is (100,15,59). Sum of RGB (Red+Green+Blue) = 100+15+59=174 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.47% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 100 - color contains mainly: red. Hex color #640F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640F3B is #9BF0C4. Grayscale: #2D2D2D. Windows color (decimal): -10219717 or 3870564. OLE color: 3870564.
HSL color Cylindrical-coordinate representation of color #640F3B: hue angle of 328.94º 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 #640F3B is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 15 | 59 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.61 |
| HSL | 328.94º | 0.74% | 0.23% | - |
| HSV(B) | 328.94º | 0.85% | 0.39% | - |
| XYZ | 6.22 | 3.37 | 4.46 | - |
| YUV | 45.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 59 | 0 | 0.85 | 0.41 | 0.61 | 328.94 | 0.74 | 0.23 |
| Hex | 64 | F | 3B | 0 | 55 | 29 | 3D | 149 | 4A | 17 |
| Octal | 144 | 17 | 73 | 0 | 125 | 51 | 75 | 511 | 112 | 27 |
| Binary | 1100100 | 1111 | 111011 | 0 | 1010101 | 101001 | 111101 | 101001001 | 1001010 | 10111 |
Color Harmonies of #640F3B
Complementary color
Monochromatic Colors of #640F3B
Black with #640F3B
Text Example
Text Example
White with #640F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F3B; }
p { color: rgb(100,15,59); }
H1.HeaderClassName
{
color: #640F3B;
}
.AnyTagClassName
{
color: #640F3B;
}
</style>
background-color css
<style>
a { background-color: #640F3B; }
a { background-color: rgb(100,15,59); }
div.DivClassName
{
background-color: #640F3B;
}
.BgClassName
{
background-color: #640F3B;
}
</style>
border-color css
<style>
span { border-color: #640F3B; }
span { border-color: rgb(100,15,59); }
td.TdClassName
{
border-color: #640F3B;
}
.TagClassName
{
border-color: #640F3B;
}
</style>