Shades of Tyrian Purple #64044F
Tints of Tyrian Purple #64044F
RGB
CMYK
RGB Variations
Color information
#64044F (or 0x64044F) is known color: Tyrian Purple. HEX triplet: 64, 04 and 4F. RGB value is (100,4,79). Sum of RGB (Red+Green+Blue) = 100+4+79=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64044F is #9BFBB0. Grayscale: #292929. Windows color (decimal): -10222513 or 5178468. OLE color: 5178468.
HSL color Cylindrical-coordinate representation of color #64044F: hue angle of 313.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64044F is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.61 |
| HSL | 313.13º | 0.92% | 0.2% | - |
| HSV(B) | 313.13º | 0.96% | 0.39% | - |
| XYZ | 6.71 | 3.36 | 7.69 | - |
| YUV | 41.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 79 | 0 | 0.96 | 0.21 | 0.61 | 313.13 | 0.92 | 0.2 |
| Hex | 64 | 4 | 4F | 0 | 60 | 15 | 3D | 139 | 5C | 14 |
| Octal | 144 | 4 | 117 | 0 | 140 | 25 | 75 | 471 | 134 | 24 |
| Binary | 1100100 | 100 | 1001111 | 0 | 1100000 | 10101 | 111101 | 100111001 | 1011100 | 10100 |
Color Harmonies of #64044F
Complementary color
Monochromatic Colors of #64044F
Black with #64044F
Text Example
Text Example
White with #64044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64044F; }
p { color: rgb(100,4,79); }
H1.HeaderClassName
{
color: #64044F;
}
.AnyTagClassName
{
color: #64044F;
}
</style>
background-color css
<style>
a { background-color: #64044F; }
a { background-color: rgb(100,4,79); }
div.DivClassName
{
background-color: #64044F;
}
.BgClassName
{
background-color: #64044F;
}
</style>
border-color css
<style>
span { border-color: #64044F; }
span { border-color: rgb(100,4,79); }
td.TdClassName
{
border-color: #64044F;
}
.TagClassName
{
border-color: #64044F;
}
</style>