Shades of Tyrian Purple #64013F
Tints of Tyrian Purple #64013F
RGB
CMYK
RGB Variations
Color information
#64013F (or 0x64013F) is known color: Tyrian Purple. HEX triplet: 64, 01 and 3F. RGB value is (100,1,63). Sum of RGB (Red+Green+Blue) = 100+1+63=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #64013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64013F is #9BFEC0. Grayscale: #252525. Windows color (decimal): -10223297 or 4129124. OLE color: 4129124.
HSL color Cylindrical-coordinate representation of color #64013F: hue angle of 322.42º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64013F is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.61 |
| HSL | 322.42º | 0.98% | 0.2% | - |
| HSV(B) | 322.42º | 0.99% | 0.39% | - |
| XYZ | 6.16 | 3.09 | 4.97 | - |
| YUV | 37.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 63 | 0 | 0.99 | 0.37 | 0.61 | 322.42 | 0.98 | 0.2 |
| Hex | 64 | 1 | 3F | 0 | 63 | 25 | 3D | 142 | 62 | 14 |
| Octal | 144 | 1 | 77 | 0 | 143 | 45 | 75 | 502 | 142 | 24 |
| Binary | 1100100 | 1 | 111111 | 0 | 1100011 | 100101 | 111101 | 101000010 | 1100010 | 10100 |
Color Harmonies of #64013F
Complementary color
Monochromatic Colors of #64013F
Black with #64013F
Text Example
Text Example
White with #64013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64013F; }
p { color: rgb(100,1,63); }
H1.HeaderClassName
{
color: #64013F;
}
.AnyTagClassName
{
color: #64013F;
}
</style>
background-color css
<style>
a { background-color: #64013F; }
a { background-color: rgb(100,1,63); }
div.DivClassName
{
background-color: #64013F;
}
.BgClassName
{
background-color: #64013F;
}
</style>
border-color css
<style>
span { border-color: #64013F; }
span { border-color: rgb(100,1,63); }
td.TdClassName
{
border-color: #64013F;
}
.TagClassName
{
border-color: #64013F;
}
</style>