Shades of Tyrian Purple #64023B
Tints of Tyrian Purple #64023B
RGB
CMYK
RGB Variations
Color information
#64023B (or 0x64023B) is known color: Tyrian Purple. HEX triplet: 64, 02 and 3B. RGB value is (100,2,59). Sum of RGB (Red+Green+Blue) = 100+2+59=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #64023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64023B is #9BFDC4. Grayscale: #252525. Windows color (decimal): -10223045 or 3867236. OLE color: 3867236.
HSL color Cylindrical-coordinate representation of color #64023B: hue angle of 325.1º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64023B is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 59 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.61 |
| HSL | 325.1º | 0.96% | 0.2% | - |
| HSV(B) | 325.1º | 0.98% | 0.39% | - |
| XYZ | 6.07 | 3.07 | 4.41 | - |
| YUV | 37.8 | 139.97 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 59 | 0 | 0.98 | 0.41 | 0.61 | 325.1 | 0.96 | 0.2 |
| Hex | 64 | 2 | 3B | 0 | 62 | 29 | 3D | 145 | 60 | 14 |
| Octal | 144 | 2 | 73 | 0 | 142 | 51 | 75 | 505 | 140 | 24 |
| Binary | 1100100 | 10 | 111011 | 0 | 1100010 | 101001 | 111101 | 101000101 | 1100000 | 10100 |
Color Harmonies of #64023B
Complementary color
Monochromatic Colors of #64023B
Black with #64023B
Text Example
Text Example
White with #64023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64023B; }
p { color: rgb(100,2,59); }
H1.HeaderClassName
{
color: #64023B;
}
.AnyTagClassName
{
color: #64023B;
}
</style>
background-color css
<style>
a { background-color: #64023B; }
a { background-color: rgb(100,2,59); }
div.DivClassName
{
background-color: #64023B;
}
.BgClassName
{
background-color: #64023B;
}
</style>
border-color css
<style>
span { border-color: #64023B; }
span { border-color: rgb(100,2,59); }
td.TdClassName
{
border-color: #64023B;
}
.TagClassName
{
border-color: #64023B;
}
</style>