Shades of Tyrian Purple #64084B
Tints of Tyrian Purple #64084B
RGB
CMYK
RGB Variations
Color information
#64084B (or 0x64084B) is known color: Tyrian Purple. HEX triplet: 64, 08 and 4B. RGB value is (100,8,75). Sum of RGB (Red+Green+Blue) = 100+8+75=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #64084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64084B is #9BF7B4. Grayscale: #2A2A2A. Windows color (decimal): -10221493 or 4917348. OLE color: 4917348.
HSL color Cylindrical-coordinate representation of color #64084B: hue angle of 316.3º 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 #64084B is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 75 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.61 |
| HSL | 316.3º | 0.85% | 0.21% | - |
| HSV(B) | 316.3º | 0.92% | 0.39% | - |
| XYZ | 6.61 | 3.39 | 6.96 | - |
| YUV | 43.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 75 | 0 | 0.92 | 0.25 | 0.61 | 316.3 | 0.85 | 0.21 |
| Hex | 64 | 8 | 4B | 0 | 5C | 19 | 3D | 13C | 55 | 15 |
| Octal | 144 | 10 | 113 | 0 | 134 | 31 | 75 | 474 | 125 | 25 |
| Binary | 1100100 | 1000 | 1001011 | 0 | 1011100 | 11001 | 111101 | 100111100 | 1010101 | 10101 |
Color Harmonies of #64084B
Complementary color
Monochromatic Colors of #64084B
Black with #64084B
Text Example
Text Example
White with #64084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64084B; }
p { color: rgb(100,8,75); }
H1.HeaderClassName
{
color: #64084B;
}
.AnyTagClassName
{
color: #64084B;
}
</style>
background-color css
<style>
a { background-color: #64084B; }
a { background-color: rgb(100,8,75); }
div.DivClassName
{
background-color: #64084B;
}
.BgClassName
{
background-color: #64084B;
}
</style>
border-color css
<style>
span { border-color: #64084B; }
span { border-color: rgb(100,8,75); }
td.TdClassName
{
border-color: #64084B;
}
.TagClassName
{
border-color: #64084B;
}
</style>