Shades of Tyrian Purple #64084F
Tints of Tyrian Purple #64084F
RGB
CMYK
RGB Variations
Color information
#64084F (or 0x64084F) is known color: Tyrian Purple. HEX triplet: 64, 08 and 4F. RGB value is (100,8,79). Sum of RGB (Red+Green+Blue) = 100+8+79=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #64084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64084F is #9BF7B0. Grayscale: #2B2B2B. Windows color (decimal): -10221489 or 5179492. OLE color: 5179492.
HSL color Cylindrical-coordinate representation of color #64084F: hue angle of 313.7º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64084F is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 79 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.61 |
| HSL | 313.7º | 0.85% | 0.21% | - |
| HSV(B) | 313.7º | 0.92% | 0.39% | - |
| XYZ | 6.75 | 3.45 | 7.71 | - |
| YUV | 43.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 79 | 0 | 0.92 | 0.21 | 0.61 | 313.7 | 0.85 | 0.21 |
| Hex | 64 | 8 | 4F | 0 | 5C | 15 | 3D | 13A | 55 | 15 |
| Octal | 144 | 10 | 117 | 0 | 134 | 25 | 75 | 472 | 125 | 25 |
| Binary | 1100100 | 1000 | 1001111 | 0 | 1011100 | 10101 | 111101 | 100111010 | 1010101 | 10101 |
Color Harmonies of #64084F
Complementary color
Monochromatic Colors of #64084F
Black with #64084F
Text Example
Text Example
White with #64084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64084F; }
p { color: rgb(100,8,79); }
H1.HeaderClassName
{
color: #64084F;
}
.AnyTagClassName
{
color: #64084F;
}
</style>
background-color css
<style>
a { background-color: #64084F; }
a { background-color: rgb(100,8,79); }
div.DivClassName
{
background-color: #64084F;
}
.BgClassName
{
background-color: #64084F;
}
</style>
border-color css
<style>
span { border-color: #64084F; }
span { border-color: rgb(100,8,79); }
td.TdClassName
{
border-color: #64084F;
}
.TagClassName
{
border-color: #64084F;
}
</style>