Shades of Tyrian Purple #64063F
Tints of Tyrian Purple #64063F
RGB
CMYK
RGB Variations
Color information
#64063F (or 0x64063F) is known color: Tyrian Purple. HEX triplet: 64, 06 and 3F. RGB value is (100,6,63). Sum of RGB (Red+Green+Blue) = 100+6+63=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #64063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64063F is #9BF9C0. Grayscale: #282828. Windows color (decimal): -10222017 or 4130404. OLE color: 4130404.
HSL color Cylindrical-coordinate representation of color #64063F: hue angle of 323.62º 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 #64063F is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 6 | 63 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.61 |
| HSL | 323.62º | 0.89% | 0.21% | - |
| HSV(B) | 323.62º | 0.94% | 0.39% | - |
| XYZ | 6.22 | 3.2 | 4.99 | - |
| YUV | 40.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 63 | 0 | 0.94 | 0.37 | 0.61 | 323.62 | 0.89 | 0.21 |
| Hex | 64 | 6 | 3F | 0 | 5E | 25 | 3D | 144 | 59 | 15 |
| Octal | 144 | 6 | 77 | 0 | 136 | 45 | 75 | 504 | 131 | 25 |
| Binary | 1100100 | 110 | 111111 | 0 | 1011110 | 100101 | 111101 | 101000100 | 1011001 | 10101 |
Color Harmonies of #64063F
Complementary color
Monochromatic Colors of #64063F
Black with #64063F
Text Example
Text Example
White with #64063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64063F; }
p { color: rgb(100,6,63); }
H1.HeaderClassName
{
color: #64063F;
}
.AnyTagClassName
{
color: #64063F;
}
</style>
background-color css
<style>
a { background-color: #64063F; }
a { background-color: rgb(100,6,63); }
div.DivClassName
{
background-color: #64063F;
}
.BgClassName
{
background-color: #64063F;
}
</style>
border-color css
<style>
span { border-color: #64063F; }
span { border-color: rgb(100,6,63); }
td.TdClassName
{
border-color: #64063F;
}
.TagClassName
{
border-color: #64063F;
}
</style>