Shades of Tyrian Purple #640341
Tints of Tyrian Purple #640341
RGB
CMYK
RGB Variations
Color information
#640341 (or 0x640341) is known color: Tyrian Purple. HEX triplet: 64, 03 and 41. RGB value is (100,3,65). Sum of RGB (Red+Green+Blue) = 100+3+65=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #640341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640341 is #9BFCBE. Grayscale: #262626. Windows color (decimal): -10222783 or 4260708. OLE color: 4260708.
HSL color Cylindrical-coordinate representation of color #640341: hue angle of 321.65º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640341 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 65 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.61 |
| HSL | 321.65º | 0.94% | 0.2% | - |
| HSV(B) | 321.65º | 0.97% | 0.39% | - |
| XYZ | 6.24 | 3.16 | 5.28 | - |
| YUV | 39.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 65 | 0 | 0.97 | 0.35 | 0.61 | 321.65 | 0.94 | 0.2 |
| Hex | 64 | 3 | 41 | 0 | 61 | 23 | 3D | 142 | 5E | 14 |
| Octal | 144 | 3 | 101 | 0 | 141 | 43 | 75 | 502 | 136 | 24 |
| Binary | 1100100 | 11 | 1000001 | 0 | 1100001 | 100011 | 111101 | 101000010 | 1011110 | 10100 |
Color Harmonies of #640341
Complementary color
Monochromatic Colors of #640341
Black with #640341
Text Example
Text Example
White with #640341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640341; }
p { color: rgb(100,3,65); }
H1.HeaderClassName
{
color: #640341;
}
.AnyTagClassName
{
color: #640341;
}
</style>
background-color css
<style>
a { background-color: #640341; }
a { background-color: rgb(100,3,65); }
div.DivClassName
{
background-color: #640341;
}
.BgClassName
{
background-color: #640341;
}
</style>
border-color css
<style>
span { border-color: #640341; }
span { border-color: rgb(100,3,65); }
td.TdClassName
{
border-color: #640341;
}
.TagClassName
{
border-color: #640341;
}
</style>