Shades of Tyrian Purple #64103E
Tints of Tyrian Purple #64103E
RGB
CMYK
RGB Variations
Color information
#64103E (or 0x64103E) is known color: Tyrian Purple. HEX triplet: 64, 10 and 3E. RGB value is (100,16,62). Sum of RGB (Red+Green+Blue) = 100+16+62=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64103E is #9BEFC1. Grayscale: #2E2E2E. Windows color (decimal): -10219458 or 4067428. OLE color: 4067428.
HSL color Cylindrical-coordinate representation of color #64103E: hue angle of 327.14º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64103E is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 62 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.61 |
| HSL | 327.14º | 0.72% | 0.23% | - |
| HSV(B) | 327.14º | 0.84% | 0.39% | - |
| XYZ | 6.31 | 3.43 | 4.89 | - |
| YUV | 46.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 62 | 0 | 0.84 | 0.38 | 0.61 | 327.14 | 0.72 | 0.23 |
| Hex | 64 | 10 | 3E | 0 | 54 | 26 | 3D | 147 | 48 | 17 |
| Octal | 144 | 20 | 76 | 0 | 124 | 46 | 75 | 507 | 110 | 27 |
| Binary | 1100100 | 10000 | 111110 | 0 | 1010100 | 100110 | 111101 | 101000111 | 1001000 | 10111 |
Color Harmonies of #64103E
Complementary color
Monochromatic Colors of #64103E
Black with #64103E
Text Example
Text Example
White with #64103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64103E; }
p { color: rgb(100,16,62); }
H1.HeaderClassName
{
color: #64103E;
}
.AnyTagClassName
{
color: #64103E;
}
</style>
background-color css
<style>
a { background-color: #64103E; }
a { background-color: rgb(100,16,62); }
div.DivClassName
{
background-color: #64103E;
}
.BgClassName
{
background-color: #64103E;
}
</style>
border-color css
<style>
span { border-color: #64103E; }
span { border-color: rgb(100,16,62); }
td.TdClassName
{
border-color: #64103E;
}
.TagClassName
{
border-color: #64103E;
}
</style>