Shades of Tyrian Purple #64053B
Tints of Tyrian Purple #64053B
RGB
CMYK
RGB Variations
Color information
#64053B (or 0x64053B) is known color: Tyrian Purple. HEX triplet: 64, 05 and 3B. RGB value is (100,5,59). Sum of RGB (Red+Green+Blue) = 100+5+59=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #64053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64053B is #9BFAC4. Grayscale: #272727. Windows color (decimal): -10222277 or 3868004. OLE color: 3868004.
HSL color Cylindrical-coordinate representation of color #64053B: hue angle of 325.89º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64053B is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 5 | 59 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.61 |
| HSL | 325.89º | 0.9% | 0.21% | - |
| HSV(B) | 325.89º | 0.95% | 0.39% | - |
| XYZ | 6.1 | 3.13 | 4.42 | - |
| YUV | 39.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 59 | 0 | 0.95 | 0.41 | 0.61 | 325.89 | 0.9 | 0.21 |
| Hex | 64 | 5 | 3B | 0 | 5F | 29 | 3D | 146 | 5A | 15 |
| Octal | 144 | 5 | 73 | 0 | 137 | 51 | 75 | 506 | 132 | 25 |
| Binary | 1100100 | 101 | 111011 | 0 | 1011111 | 101001 | 111101 | 101000110 | 1011010 | 10101 |
Color Harmonies of #64053B
Complementary color
Monochromatic Colors of #64053B
Black with #64053B
Text Example
Text Example
White with #64053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64053B; }
p { color: rgb(100,5,59); }
H1.HeaderClassName
{
color: #64053B;
}
.AnyTagClassName
{
color: #64053B;
}
</style>
background-color css
<style>
a { background-color: #64053B; }
a { background-color: rgb(100,5,59); }
div.DivClassName
{
background-color: #64053B;
}
.BgClassName
{
background-color: #64053B;
}
</style>
border-color css
<style>
span { border-color: #64053B; }
span { border-color: rgb(100,5,59); }
td.TdClassName
{
border-color: #64053B;
}
.TagClassName
{
border-color: #64053B;
}
</style>