Shades of Tyrian Purple #64013B
Tints of Tyrian Purple #64013B
RGB
CMYK
RGB Variations
Color information
#64013B (or 0x64013B) is known color: Tyrian Purple. HEX triplet: 64, 01 and 3B. RGB value is (100,1,59). Sum of RGB (Red+Green+Blue) = 100+1+59=160 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 100 - color contains mainly: red. Hex color #64013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64013B is #9BFEC4. Grayscale: #252525. Windows color (decimal): -10223301 or 3866980. OLE color: 3866980.
HSL color Cylindrical-coordinate representation of color #64013B: hue angle of 324.85º 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 #64013B is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.61 |
| HSL | 324.85º | 0.98% | 0.2% | - |
| HSV(B) | 324.85º | 0.99% | 0.39% | - |
| XYZ | 6.06 | 3.05 | 4.41 | - |
| YUV | 37.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 59 | 0 | 0.99 | 0.41 | 0.61 | 324.85 | 0.98 | 0.2 |
| Hex | 64 | 1 | 3B | 0 | 63 | 29 | 3D | 145 | 62 | 14 |
| Octal | 144 | 1 | 73 | 0 | 143 | 51 | 75 | 505 | 142 | 24 |
| Binary | 1100100 | 1 | 111011 | 0 | 1100011 | 101001 | 111101 | 101000101 | 1100010 | 10100 |
Color Harmonies of #64013B
Complementary color
Monochromatic Colors of #64013B
Black with #64013B
Text Example
Text Example
White with #64013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64013B; }
p { color: rgb(100,1,59); }
H1.HeaderClassName
{
color: #64013B;
}
.AnyTagClassName
{
color: #64013B;
}
</style>
background-color css
<style>
a { background-color: #64013B; }
a { background-color: rgb(100,1,59); }
div.DivClassName
{
background-color: #64013B;
}
.BgClassName
{
background-color: #64013B;
}
</style>
border-color css
<style>
span { border-color: #64013B; }
span { border-color: rgb(100,1,59); }
td.TdClassName
{
border-color: #64013B;
}
.TagClassName
{
border-color: #64013B;
}
</style>