Shades of Tyrian Purple #640754
Tints of Tyrian Purple #640754
RGB
CMYK
RGB Variations
Color information
#640754 (or 0x640754) is known color: Tyrian Purple. HEX triplet: 64, 07 and 54. RGB value is (100,7,84). Sum of RGB (Red+Green+Blue) = 100+7+84=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #640754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640754 is #9BF8AB. Grayscale: #2B2B2B. Windows color (decimal): -10221740 or 5506916. OLE color: 5506916.
HSL color Cylindrical-coordinate representation of color #640754: hue angle of 310.32º 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 #640754 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 7 | 84 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.61 |
| HSL | 310.32º | 0.87% | 0.21% | - |
| HSV(B) | 310.32º | 0.93% | 0.39% | - |
| XYZ | 6.93 | 3.5 | 8.7 | - |
| YUV | 43.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 84 | 0 | 0.93 | 0.16 | 0.61 | 310.32 | 0.87 | 0.21 |
| Hex | 64 | 7 | 54 | 0 | 5D | 10 | 3D | 136 | 57 | 15 |
| Octal | 144 | 7 | 124 | 0 | 135 | 20 | 75 | 466 | 127 | 25 |
| Binary | 1100100 | 111 | 1010100 | 0 | 1011101 | 10000 | 111101 | 100110110 | 1010111 | 10101 |
Color Harmonies of #640754
Complementary color
Monochromatic Colors of #640754
Black with #640754
Text Example
Text Example
White with #640754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640754; }
p { color: rgb(100,7,84); }
H1.HeaderClassName
{
color: #640754;
}
.AnyTagClassName
{
color: #640754;
}
</style>
background-color css
<style>
a { background-color: #640754; }
a { background-color: rgb(100,7,84); }
div.DivClassName
{
background-color: #640754;
}
.BgClassName
{
background-color: #640754;
}
</style>
border-color css
<style>
span { border-color: #640754; }
span { border-color: rgb(100,7,84); }
td.TdClassName
{
border-color: #640754;
}
.TagClassName
{
border-color: #640754;
}
</style>