Shades of Tyrian Purple #64063B
Tints of Tyrian Purple #64063B
RGB
CMYK
RGB Variations
Color information
#64063B (or 0x64063B) is known color: Tyrian Purple. HEX triplet: 64, 06 and 3B. RGB value is (100,6,59). Sum of RGB (Red+Green+Blue) = 100+6+59=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64063B is #9BF9C4. Grayscale: #282828. Windows color (decimal): -10222021 or 3868260. OLE color: 3868260.
HSL color Cylindrical-coordinate representation of color #64063B: hue angle of 326.17º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64063B is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 59 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.61 |
| HSL | 326.17º | 0.89% | 0.21% | - |
| HSV(B) | 326.17º | 0.94% | 0.39% | - |
| XYZ | 6.11 | 3.16 | 4.42 | - |
| YUV | 40.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 59 | 0 | 0.94 | 0.41 | 0.61 | 326.17 | 0.89 | 0.21 |
| Hex | 64 | 6 | 3B | 0 | 5E | 29 | 3D | 146 | 59 | 15 |
| Octal | 144 | 6 | 73 | 0 | 136 | 51 | 75 | 506 | 131 | 25 |
| Binary | 1100100 | 110 | 111011 | 0 | 1011110 | 101001 | 111101 | 101000110 | 1011001 | 10101 |
Color Harmonies of #64063B
Complementary color
Monochromatic Colors of #64063B
Black with #64063B
Text Example
Text Example
White with #64063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64063B; }
p { color: rgb(100,6,59); }
H1.HeaderClassName
{
color: #64063B;
}
.AnyTagClassName
{
color: #64063B;
}
</style>
background-color css
<style>
a { background-color: #64063B; }
a { background-color: rgb(100,6,59); }
div.DivClassName
{
background-color: #64063B;
}
.BgClassName
{
background-color: #64063B;
}
</style>
border-color css
<style>
span { border-color: #64063B; }
span { border-color: rgb(100,6,59); }
td.TdClassName
{
border-color: #64063B;
}
.TagClassName
{
border-color: #64063B;
}
</style>