Shades of Tyrian Purple #64034F
Tints of Tyrian Purple #64034F
RGB
CMYK
RGB Variations
Color information
#64034F (or 0x64034F) is known color: Tyrian Purple. HEX triplet: 64, 03 and 4F. RGB value is (100,3,79). Sum of RGB (Red+Green+Blue) = 100+3+79=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #64034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64034F is #9BFCB0. Grayscale: #282828. Windows color (decimal): -10222769 or 5178212. OLE color: 5178212.
HSL color Cylindrical-coordinate representation of color #64034F: hue angle of 312.99º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64034F is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 79 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.61 |
| HSL | 312.99º | 0.94% | 0.2% | - |
| HSV(B) | 312.99º | 0.97% | 0.39% | - |
| XYZ | 6.7 | 3.34 | 7.69 | - |
| YUV | 40.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 79 | 0 | 0.97 | 0.21 | 0.61 | 312.99 | 0.94 | 0.2 |
| Hex | 64 | 3 | 4F | 0 | 61 | 15 | 3D | 139 | 5E | 14 |
| Octal | 144 | 3 | 117 | 0 | 141 | 25 | 75 | 471 | 136 | 24 |
| Binary | 1100100 | 11 | 1001111 | 0 | 1100001 | 10101 | 111101 | 100111001 | 1011110 | 10100 |
Color Harmonies of #64034F
Complementary color
Monochromatic Colors of #64034F
Black with #64034F
Text Example
Text Example
White with #64034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64034F; }
p { color: rgb(100,3,79); }
H1.HeaderClassName
{
color: #64034F;
}
.AnyTagClassName
{
color: #64034F;
}
</style>
background-color css
<style>
a { background-color: #64034F; }
a { background-color: rgb(100,3,79); }
div.DivClassName
{
background-color: #64034F;
}
.BgClassName
{
background-color: #64034F;
}
</style>
border-color css
<style>
span { border-color: #64034F; }
span { border-color: rgb(100,3,79); }
td.TdClassName
{
border-color: #64034F;
}
.TagClassName
{
border-color: #64034F;
}
</style>