Shades of Tyrian Purple #64074A
Tints of Tyrian Purple #64074A
RGB
CMYK
RGB Variations
Color information
#64074A (or 0x64074A) is known color: Tyrian Purple. HEX triplet: 64, 07 and 4A. RGB value is (100,7,74). Sum of RGB (Red+Green+Blue) = 100+7+74=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #64074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64074A is #9BF8B5. Grayscale: #2A2A2A. Windows color (decimal): -10221750 or 4851556. OLE color: 4851556.
HSL color Cylindrical-coordinate representation of color #64074A: hue angle of 316.77º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64074A is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 7 | 74 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.61 |
| HSL | 316.77º | 0.87% | 0.21% | - |
| HSV(B) | 316.77º | 0.93% | 0.39% | - |
| XYZ | 6.57 | 3.36 | 6.78 | - |
| YUV | 42.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 74 | 0 | 0.93 | 0.26 | 0.61 | 316.77 | 0.87 | 0.21 |
| Hex | 64 | 7 | 4A | 0 | 5D | 1A | 3D | 13D | 57 | 15 |
| Octal | 144 | 7 | 112 | 0 | 135 | 32 | 75 | 475 | 127 | 25 |
| Binary | 1100100 | 111 | 1001010 | 0 | 1011101 | 11010 | 111101 | 100111101 | 1010111 | 10101 |
Color Harmonies of #64074A
Complementary color
Monochromatic Colors of #64074A
Black with #64074A
Text Example
Text Example
White with #64074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64074A; }
p { color: rgb(100,7,74); }
H1.HeaderClassName
{
color: #64074A;
}
.AnyTagClassName
{
color: #64074A;
}
</style>
background-color css
<style>
a { background-color: #64074A; }
a { background-color: rgb(100,7,74); }
div.DivClassName
{
background-color: #64074A;
}
.BgClassName
{
background-color: #64074A;
}
</style>
border-color css
<style>
span { border-color: #64074A; }
span { border-color: rgb(100,7,74); }
td.TdClassName
{
border-color: #64074A;
}
.TagClassName
{
border-color: #64074A;
}
</style>