Shades of Tyrian Purple #64063A
Tints of Tyrian Purple #64063A
RGB
CMYK
RGB Variations
Color information
#64063A (or 0x64063A) is known color: Tyrian Purple. HEX triplet: 64, 06 and 3A. RGB value is (100,6,58). Sum of RGB (Red+Green+Blue) = 100+6+58=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #64063A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64063A is #9BF9C5. Grayscale: #272727. Windows color (decimal): -10222022 or 3802724. OLE color: 3802724.
HSL color Cylindrical-coordinate representation of color #64063A: hue angle of 326.81º 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 #64063A is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 58 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.61 |
| HSL | 326.81º | 0.89% | 0.21% | - |
| HSV(B) | 326.81º | 0.94% | 0.39% | - |
| XYZ | 6.08 | 3.15 | 4.29 | - |
| YUV | 40.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 58 | 0 | 0.94 | 0.42 | 0.61 | 326.81 | 0.89 | 0.21 |
| Hex | 64 | 6 | 3A | 0 | 5E | 2A | 3D | 147 | 59 | 15 |
| Octal | 144 | 6 | 72 | 0 | 136 | 52 | 75 | 507 | 131 | 25 |
| Binary | 1100100 | 110 | 111010 | 0 | 1011110 | 101010 | 111101 | 101000111 | 1011001 | 10101 |
Color Harmonies of #64063A
Complementary color
Monochromatic Colors of #64063A
Black with #64063A
Text Example
Text Example
White with #64063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64063A; }
p { color: rgb(100,6,58); }
H1.HeaderClassName
{
color: #64063A;
}
.AnyTagClassName
{
color: #64063A;
}
</style>
background-color css
<style>
a { background-color: #64063A; }
a { background-color: rgb(100,6,58); }
div.DivClassName
{
background-color: #64063A;
}
.BgClassName
{
background-color: #64063A;
}
</style>
border-color css
<style>
span { border-color: #64063A; }
span { border-color: rgb(100,6,58); }
td.TdClassName
{
border-color: #64063A;
}
.TagClassName
{
border-color: #64063A;
}
</style>