Shades of Tyrian Purple #64044D
Tints of Tyrian Purple #64044D
RGB
CMYK
RGB Variations
Color information
#64044D (or 0x64044D) is known color: Tyrian Purple. HEX triplet: 64, 04 and 4D. RGB value is (100,4,77). Sum of RGB (Red+Green+Blue) = 100+4+77=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #64044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64044D is #9BFBB2. Grayscale: #282828. Windows color (decimal): -10222515 or 5047396. OLE color: 5047396.
HSL color Cylindrical-coordinate representation of color #64044D: hue angle of 314.38º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64044D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 4 | 77 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.61 |
| HSL | 314.38º | 0.92% | 0.2% | - |
| HSV(B) | 314.38º | 0.96% | 0.39% | - |
| XYZ | 6.64 | 3.33 | 7.31 | - |
| YUV | 41.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 77 | 0 | 0.96 | 0.23 | 0.61 | 314.38 | 0.92 | 0.2 |
| Hex | 64 | 4 | 4D | 0 | 60 | 17 | 3D | 13A | 5C | 14 |
| Octal | 144 | 4 | 115 | 0 | 140 | 27 | 75 | 472 | 134 | 24 |
| Binary | 1100100 | 100 | 1001101 | 0 | 1100000 | 10111 | 111101 | 100111010 | 1011100 | 10100 |
Color Harmonies of #64044D
Complementary color
Monochromatic Colors of #64044D
Black with #64044D
Text Example
Text Example
White with #64044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64044D; }
p { color: rgb(100,4,77); }
H1.HeaderClassName
{
color: #64044D;
}
.AnyTagClassName
{
color: #64044D;
}
</style>
background-color css
<style>
a { background-color: #64044D; }
a { background-color: rgb(100,4,77); }
div.DivClassName
{
background-color: #64044D;
}
.BgClassName
{
background-color: #64044D;
}
</style>
border-color css
<style>
span { border-color: #64044D; }
span { border-color: rgb(100,4,77); }
td.TdClassName
{
border-color: #64044D;
}
.TagClassName
{
border-color: #64044D;
}
</style>