Shades of Tyrian Purple #64034C
Tints of Tyrian Purple #64034C
RGB
CMYK
RGB Variations
Color information
#64034C (or 0x64034C) is known color: Tyrian Purple. HEX triplet: 64, 03 and 4C. RGB value is (100,3,76). Sum of RGB (Red+Green+Blue) = 100+3+76=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64034C is #9BFCB3. Grayscale: #282828. Windows color (decimal): -10222772 or 4981604. OLE color: 4981604.
HSL color Cylindrical-coordinate representation of color #64034C: hue angle of 314.85º 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 #64034C is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 76 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.61 |
| HSL | 314.85º | 0.94% | 0.2% | - |
| HSV(B) | 314.85º | 0.97% | 0.39% | - |
| XYZ | 6.59 | 3.3 | 7.13 | - |
| YUV | 40.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 76 | 0 | 0.97 | 0.24 | 0.61 | 314.85 | 0.94 | 0.2 |
| Hex | 64 | 3 | 4C | 0 | 61 | 18 | 3D | 13B | 5E | 14 |
| Octal | 144 | 3 | 114 | 0 | 141 | 30 | 75 | 473 | 136 | 24 |
| Binary | 1100100 | 11 | 1001100 | 0 | 1100001 | 11000 | 111101 | 100111011 | 1011110 | 10100 |
Color Harmonies of #64034C
Complementary color
Monochromatic Colors of #64034C
Black with #64034C
Text Example
Text Example
White with #64034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64034C; }
p { color: rgb(100,3,76); }
H1.HeaderClassName
{
color: #64034C;
}
.AnyTagClassName
{
color: #64034C;
}
</style>
background-color css
<style>
a { background-color: #64034C; }
a { background-color: rgb(100,3,76); }
div.DivClassName
{
background-color: #64034C;
}
.BgClassName
{
background-color: #64034C;
}
</style>
border-color css
<style>
span { border-color: #64034C; }
span { border-color: rgb(100,3,76); }
td.TdClassName
{
border-color: #64034C;
}
.TagClassName
{
border-color: #64034C;
}
</style>