Shades of Tyrian Purple #640128
Tints of Tyrian Purple #640128
RGB
CMYK
RGB Variations
Color information
#640128 (or 0x640128) is known color: Tyrian Purple. HEX triplet: 64, 01 and 28. RGB value is (100,1,40). Sum of RGB (Red+Green+Blue) = 100+1+40=141 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.92% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 100 - color contains mainly: red. Hex color #640128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640128 is #9BFED7. Grayscale: #222222. Windows color (decimal): -10223320 or 2621796. OLE color: 2621796.
HSL color Cylindrical-coordinate representation of color #640128: hue angle of 336.36º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640128 is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.6 | 0.61 |
| HSL | 336.36º | 0.98% | 0.2% | - |
| HSV(B) | 336.36º | 0.99% | 0.39% | - |
| XYZ | 5.65 | 2.88 | 2.27 | - |
| YUV | 35.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 40 | 0 | 0.99 | 0.6 | 0.61 | 336.36 | 0.98 | 0.2 |
| Hex | 64 | 1 | 28 | 0 | 63 | 3C | 3D | 150 | 62 | 14 |
| Octal | 144 | 1 | 50 | 0 | 143 | 74 | 75 | 520 | 142 | 24 |
| Binary | 1100100 | 1 | 101000 | 0 | 1100011 | 111100 | 111101 | 101010000 | 1100010 | 10100 |
Color Harmonies of #640128
Complementary color
Monochromatic Colors of #640128
Black with #640128
Text Example
Text Example
White with #640128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640128; }
p { color: rgb(100,1,40); }
H1.HeaderClassName
{
color: #640128;
}
.AnyTagClassName
{
color: #640128;
}
</style>
background-color css
<style>
a { background-color: #640128; }
a { background-color: rgb(100,1,40); }
div.DivClassName
{
background-color: #640128;
}
.BgClassName
{
background-color: #640128;
}
</style>
border-color css
<style>
span { border-color: #640128; }
span { border-color: rgb(100,1,40); }
td.TdClassName
{
border-color: #640128;
}
.TagClassName
{
border-color: #640128;
}
</style>