Shades of Tyrian Purple #64034B
Tints of Tyrian Purple #64034B
RGB
CMYK
RGB Variations
Color information
#64034B (or 0x64034B) is known color: Tyrian Purple. HEX triplet: 64, 03 and 4B. RGB value is (100,3,75). Sum of RGB (Red+Green+Blue) = 100+3+75=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64034B is #9BFCB4. Grayscale: #282828. Windows color (decimal): -10222773 or 4916068. OLE color: 4916068.
HSL color Cylindrical-coordinate representation of color #64034B: hue angle of 315.46º 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 #64034B is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 3 | 75 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.61 |
| HSL | 315.46º | 0.94% | 0.2% | - |
| HSV(B) | 315.46º | 0.97% | 0.39% | - |
| XYZ | 6.56 | 3.28 | 6.94 | - |
| YUV | 40.21 | 147.64 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 75 | 0 | 0.97 | 0.25 | 0.61 | 315.46 | 0.94 | 0.2 |
| Hex | 64 | 3 | 4B | 0 | 61 | 19 | 3D | 13B | 5E | 14 |
| Octal | 144 | 3 | 113 | 0 | 141 | 31 | 75 | 473 | 136 | 24 |
| Binary | 1100100 | 11 | 1001011 | 0 | 1100001 | 11001 | 111101 | 100111011 | 1011110 | 10100 |
Color Harmonies of #64034B
Complementary color
Monochromatic Colors of #64034B
Black with #64034B
Text Example
Text Example
White with #64034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64034B; }
p { color: rgb(100,3,75); }
H1.HeaderClassName
{
color: #64034B;
}
.AnyTagClassName
{
color: #64034B;
}
</style>
background-color css
<style>
a { background-color: #64034B; }
a { background-color: rgb(100,3,75); }
div.DivClassName
{
background-color: #64034B;
}
.BgClassName
{
background-color: #64034B;
}
</style>
border-color css
<style>
span { border-color: #64034B; }
span { border-color: rgb(100,3,75); }
td.TdClassName
{
border-color: #64034B;
}
.TagClassName
{
border-color: #64034B;
}
</style>