Shades of Tyrian Purple #64013C
Tints of Tyrian Purple #64013C
RGB
CMYK
RGB Variations
Color information
#64013C (or 0x64013C) is known color: Tyrian Purple. HEX triplet: 64, 01 and 3C. RGB value is (100,1,60). Sum of RGB (Red+Green+Blue) = 100+1+60=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #64013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64013C is #9BFEC3. Grayscale: #252525. Windows color (decimal): -10223300 or 3932516. OLE color: 3932516.
HSL color Cylindrical-coordinate representation of color #64013C: hue angle of 324.24º 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 #64013C is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.4 | 0.61 |
| HSL | 324.24º | 0.98% | 0.2% | - |
| HSV(B) | 324.24º | 0.99% | 0.39% | - |
| XYZ | 6.08 | 3.06 | 4.54 | - |
| YUV | 37.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 60 | 0 | 0.99 | 0.4 | 0.61 | 324.24 | 0.98 | 0.2 |
| Hex | 64 | 1 | 3C | 0 | 63 | 28 | 3D | 144 | 62 | 14 |
| Octal | 144 | 1 | 74 | 0 | 143 | 50 | 75 | 504 | 142 | 24 |
| Binary | 1100100 | 1 | 111100 | 0 | 1100011 | 101000 | 111101 | 101000100 | 1100010 | 10100 |
Color Harmonies of #64013C
Complementary color
Monochromatic Colors of #64013C
Black with #64013C
Text Example
Text Example
White with #64013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64013C; }
p { color: rgb(100,1,60); }
H1.HeaderClassName
{
color: #64013C;
}
.AnyTagClassName
{
color: #64013C;
}
</style>
background-color css
<style>
a { background-color: #64013C; }
a { background-color: rgb(100,1,60); }
div.DivClassName
{
background-color: #64013C;
}
.BgClassName
{
background-color: #64013C;
}
</style>
border-color css
<style>
span { border-color: #64013C; }
span { border-color: rgb(100,1,60); }
td.TdClassName
{
border-color: #64013C;
}
.TagClassName
{
border-color: #64013C;
}
</style>