Shades of Tyrian Purple #64083E
Tints of Tyrian Purple #64083E
RGB
CMYK
RGB Variations
Color information
#64083E (or 0x64083E) is known color: Tyrian Purple. HEX triplet: 64, 08 and 3E. RGB value is (100,8,62). Sum of RGB (Red+Green+Blue) = 100+8+62=170 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.82% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 100 - color contains mainly: red. Hex color #64083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64083E is #9BF7C1. Grayscale: #292929. Windows color (decimal): -10221506 or 4065380. OLE color: 4065380.
HSL color Cylindrical-coordinate representation of color #64083E: hue angle of 324.78º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64083E is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 62 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.61 |
| HSL | 324.78º | 0.85% | 0.21% | - |
| HSV(B) | 324.78º | 0.92% | 0.39% | - |
| XYZ | 6.21 | 3.23 | 4.85 | - |
| YUV | 41.66 | 139.48 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 62 | 0 | 0.92 | 0.38 | 0.61 | 324.78 | 0.85 | 0.21 |
| Hex | 64 | 8 | 3E | 0 | 5C | 26 | 3D | 145 | 55 | 15 |
| Octal | 144 | 10 | 76 | 0 | 134 | 46 | 75 | 505 | 125 | 25 |
| Binary | 1100100 | 1000 | 111110 | 0 | 1011100 | 100110 | 111101 | 101000101 | 1010101 | 10101 |
Color Harmonies of #64083E
Complementary color
Monochromatic Colors of #64083E
Black with #64083E
Text Example
Text Example
White with #64083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64083E; }
p { color: rgb(100,8,62); }
H1.HeaderClassName
{
color: #64083E;
}
.AnyTagClassName
{
color: #64083E;
}
</style>
background-color css
<style>
a { background-color: #64083E; }
a { background-color: rgb(100,8,62); }
div.DivClassName
{
background-color: #64083E;
}
.BgClassName
{
background-color: #64083E;
}
</style>
border-color css
<style>
span { border-color: #64083E; }
span { border-color: rgb(100,8,62); }
td.TdClassName
{
border-color: #64083E;
}
.TagClassName
{
border-color: #64083E;
}
</style>