Shades of Tyrian Purple #64073C
Tints of Tyrian Purple #64073C
RGB
CMYK
RGB Variations
Color information
#64073C (or 0x64073C) is known color: Tyrian Purple. HEX triplet: 64, 07 and 3C. RGB value is (100,7,60). Sum of RGB (Red+Green+Blue) = 100+7+60=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64073C is #9BF8C3. Grayscale: #282828. Windows color (decimal): -10221764 or 3934052. OLE color: 3934052.
HSL color Cylindrical-coordinate representation of color #64073C: hue angle of 325.81º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64073C is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 7 | 60 | - |
| CMYK | 0 | 0.93 | 0.4 | 0.61 |
| HSL | 325.81º | 0.87% | 0.21% | - |
| HSV(B) | 325.81º | 0.93% | 0.39% | - |
| XYZ | 6.15 | 3.19 | 4.57 | - |
| YUV | 40.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 60 | 0 | 0.93 | 0.4 | 0.61 | 325.81 | 0.87 | 0.21 |
| Hex | 64 | 7 | 3C | 0 | 5D | 28 | 3D | 146 | 57 | 15 |
| Octal | 144 | 7 | 74 | 0 | 135 | 50 | 75 | 506 | 127 | 25 |
| Binary | 1100100 | 111 | 111100 | 0 | 1011101 | 101000 | 111101 | 101000110 | 1010111 | 10101 |
Color Harmonies of #64073C
Complementary color
Monochromatic Colors of #64073C
Black with #64073C
Text Example
Text Example
White with #64073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64073C; }
p { color: rgb(100,7,60); }
H1.HeaderClassName
{
color: #64073C;
}
.AnyTagClassName
{
color: #64073C;
}
</style>
background-color css
<style>
a { background-color: #64073C; }
a { background-color: rgb(100,7,60); }
div.DivClassName
{
background-color: #64073C;
}
.BgClassName
{
background-color: #64073C;
}
</style>
border-color css
<style>
span { border-color: #64073C; }
span { border-color: rgb(100,7,60); }
td.TdClassName
{
border-color: #64073C;
}
.TagClassName
{
border-color: #64073C;
}
</style>