Shades of Tyrian Purple #640251
Tints of Tyrian Purple #640251
RGB
CMYK
RGB Variations
Color information
#640251 (or 0x640251) is known color: Tyrian Purple. HEX triplet: 64, 02 and 51. RGB value is (100,2,81). Sum of RGB (Red+Green+Blue) = 100+2+81=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #640251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640251 is #9BFDAE. Grayscale: #282828. Windows color (decimal): -10223023 or 5309028. OLE color: 5309028.
HSL color Cylindrical-coordinate representation of color #640251: hue angle of 311.63º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640251 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.61 |
| HSL | 311.63º | 0.96% | 0.2% | - |
| HSV(B) | 311.63º | 0.98% | 0.39% | - |
| XYZ | 6.76 | 3.35 | 8.07 | - |
| YUV | 40.31 | 150.97 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 81 | 0 | 0.98 | 0.19 | 0.61 | 311.63 | 0.96 | 0.2 |
| Hex | 64 | 2 | 51 | 0 | 62 | 13 | 3D | 138 | 60 | 14 |
| Octal | 144 | 2 | 121 | 0 | 142 | 23 | 75 | 470 | 140 | 24 |
| Binary | 1100100 | 10 | 1010001 | 0 | 1100010 | 10011 | 111101 | 100111000 | 1100000 | 10100 |
Color Harmonies of #640251
Complementary color
Monochromatic Colors of #640251
Black with #640251
Text Example
Text Example
White with #640251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640251; }
p { color: rgb(100,2,81); }
H1.HeaderClassName
{
color: #640251;
}
.AnyTagClassName
{
color: #640251;
}
</style>
background-color css
<style>
a { background-color: #640251; }
a { background-color: rgb(100,2,81); }
div.DivClassName
{
background-color: #640251;
}
.BgClassName
{
background-color: #640251;
}
</style>
border-color css
<style>
span { border-color: #640251; }
span { border-color: rgb(100,2,81); }
td.TdClassName
{
border-color: #640251;
}
.TagClassName
{
border-color: #640251;
}
</style>