Shades of Tyrian Purple #64064F
Tints of Tyrian Purple #64064F
RGB
CMYK
RGB Variations
Color information
#64064F (or 0x64064F) is known color: Tyrian Purple. HEX triplet: 64, 06 and 4F. RGB value is (100,6,79). Sum of RGB (Red+Green+Blue) = 100+6+79=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64064F is #9BF9B0. Grayscale: #2A2A2A. Windows color (decimal): -10222001 or 5178980. OLE color: 5178980.
HSL color Cylindrical-coordinate representation of color #64064F: hue angle of 313.4º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64064F is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 79 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.61 |
| HSL | 313.4º | 0.89% | 0.21% | - |
| HSV(B) | 313.4º | 0.94% | 0.39% | - |
| XYZ | 6.73 | 3.4 | 7.7 | - |
| YUV | 42.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 79 | 0 | 0.94 | 0.21 | 0.61 | 313.4 | 0.89 | 0.21 |
| Hex | 64 | 6 | 4F | 0 | 5E | 15 | 3D | 139 | 59 | 15 |
| Octal | 144 | 6 | 117 | 0 | 136 | 25 | 75 | 471 | 131 | 25 |
| Binary | 1100100 | 110 | 1001111 | 0 | 1011110 | 10101 | 111101 | 100111001 | 1011001 | 10101 |
Color Harmonies of #64064F
Complementary color
Monochromatic Colors of #64064F
Black with #64064F
Text Example
Text Example
White with #64064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64064F; }
p { color: rgb(100,6,79); }
H1.HeaderClassName
{
color: #64064F;
}
.AnyTagClassName
{
color: #64064F;
}
</style>
background-color css
<style>
a { background-color: #64064F; }
a { background-color: rgb(100,6,79); }
div.DivClassName
{
background-color: #64064F;
}
.BgClassName
{
background-color: #64064F;
}
</style>
border-color css
<style>
span { border-color: #64064F; }
span { border-color: rgb(100,6,79); }
td.TdClassName
{
border-color: #64064F;
}
.TagClassName
{
border-color: #64064F;
}
</style>