Shades of Tyrian Purple #64083C
Tints of Tyrian Purple #64083C
RGB
CMYK
RGB Variations
Color information
#64083C (or 0x64083C) is known color: Tyrian Purple. HEX triplet: 64, 08 and 3C. RGB value is (100,8,60). Sum of RGB (Red+Green+Blue) = 100+8+60=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #64083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64083C is #9BF7C3. Grayscale: #292929. Windows color (decimal): -10221508 or 3934308. OLE color: 3934308.
HSL color Cylindrical-coordinate representation of color #64083C: hue angle of 326.09º 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 #64083C is Cyan = 0, Magento = 0.92, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 8 | 60 | - |
| CMYK | 0 | 0.92 | 0.4 | 0.61 |
| HSL | 326.09º | 0.85% | 0.21% | - |
| HSV(B) | 326.09º | 0.92% | 0.39% | - |
| XYZ | 6.16 | 3.21 | 4.57 | - |
| YUV | 41.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 60 | 0 | 0.92 | 0.4 | 0.61 | 326.09 | 0.85 | 0.21 |
| Hex | 64 | 8 | 3C | 0 | 5C | 28 | 3D | 146 | 55 | 15 |
| Octal | 144 | 10 | 74 | 0 | 134 | 50 | 75 | 506 | 125 | 25 |
| Binary | 1100100 | 1000 | 111100 | 0 | 1011100 | 101000 | 111101 | 101000110 | 1010101 | 10101 |
Color Harmonies of #64083C
Complementary color
Monochromatic Colors of #64083C
Black with #64083C
Text Example
Text Example
White with #64083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64083C; }
p { color: rgb(100,8,60); }
H1.HeaderClassName
{
color: #64083C;
}
.AnyTagClassName
{
color: #64083C;
}
</style>
background-color css
<style>
a { background-color: #64083C; }
a { background-color: rgb(100,8,60); }
div.DivClassName
{
background-color: #64083C;
}
.BgClassName
{
background-color: #64083C;
}
</style>
border-color css
<style>
span { border-color: #64083C; }
span { border-color: rgb(100,8,60); }
td.TdClassName
{
border-color: #64083C;
}
.TagClassName
{
border-color: #64083C;
}
</style>