Shades of Tyrian Purple #64103D
Tints of Tyrian Purple #64103D
RGB
CMYK
RGB Variations
Color information
#64103D (or 0x64103D) is known color: Tyrian Purple. HEX triplet: 64, 10 and 3D. RGB value is (100,16,61). Sum of RGB (Red+Green+Blue) = 100+16+61=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64103D is #9BEFC2. Grayscale: #2E2E2E. Windows color (decimal): -10219459 or 4001892. OLE color: 4001892.
HSL color Cylindrical-coordinate representation of color #64103D: hue angle of 327.86º 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 #64103D is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 61 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.61 |
| HSL | 327.86º | 0.72% | 0.23% | - |
| HSV(B) | 327.86º | 0.84% | 0.39% | - |
| XYZ | 6.28 | 3.42 | 4.74 | - |
| YUV | 46.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 61 | 0 | 0.84 | 0.39 | 0.61 | 327.86 | 0.72 | 0.23 |
| Hex | 64 | 10 | 3D | 0 | 54 | 27 | 3D | 148 | 48 | 17 |
| Octal | 144 | 20 | 75 | 0 | 124 | 47 | 75 | 510 | 110 | 27 |
| Binary | 1100100 | 10000 | 111101 | 0 | 1010100 | 100111 | 111101 | 101001000 | 1001000 | 10111 |
Color Harmonies of #64103D
Complementary color
Monochromatic Colors of #64103D
Black with #64103D
Text Example
Text Example
White with #64103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64103D; }
p { color: rgb(100,16,61); }
H1.HeaderClassName
{
color: #64103D;
}
.AnyTagClassName
{
color: #64103D;
}
</style>
background-color css
<style>
a { background-color: #64103D; }
a { background-color: rgb(100,16,61); }
div.DivClassName
{
background-color: #64103D;
}
.BgClassName
{
background-color: #64103D;
}
</style>
border-color css
<style>
span { border-color: #64103D; }
span { border-color: rgb(100,16,61); }
td.TdClassName
{
border-color: #64103D;
}
.TagClassName
{
border-color: #64103D;
}
</style>