Shades of Tyrian Purple #640A52
Tints of Tyrian Purple #640A52
RGB
CMYK
RGB Variations
Color information
#640A52 (or 0x640A52) is known color: Tyrian Purple. HEX triplet: 64, 0A and 52. RGB value is (100,10,82). Sum of RGB (Red+Green+Blue) = 100+10+82=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #640A52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A52 is #9BF5AD. Grayscale: #2C2C2C. Windows color (decimal): -10220974 or 5376612. OLE color: 5376612.
HSL color Cylindrical-coordinate representation of color #640A52: hue angle of 312º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A52 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 82 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.61 |
| HSL | 312º | 0.82% | 0.22% | - |
| HSV(B) | 312º | 0.9% | 0.39% | - |
| XYZ | 6.89 | 3.54 | 8.3 | - |
| YUV | 45.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 82 | 0 | 0.90 | 0.18 | 0.61 | 312 | 0.82 | 0.22 |
| Hex | 64 | A | 52 | 0 | 5A | 12 | 3D | 138 | 52 | 16 |
| Octal | 144 | 12 | 122 | 0 | 132 | 22 | 75 | 470 | 122 | 26 |
| Binary | 1100100 | 1010 | 1010010 | 0 | 1011010 | 10010 | 111101 | 100111000 | 1010010 | 10110 |
Color Harmonies of #640A52
Complementary color
Monochromatic Colors of #640A52
Black with #640A52
Text Example
Text Example
White with #640A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A52; }
p { color: rgb(100,10,82); }
H1.HeaderClassName
{
color: #640A52;
}
.AnyTagClassName
{
color: #640A52;
}
</style>
background-color css
<style>
a { background-color: #640A52; }
a { background-color: rgb(100,10,82); }
div.DivClassName
{
background-color: #640A52;
}
.BgClassName
{
background-color: #640A52;
}
</style>
border-color css
<style>
span { border-color: #640A52; }
span { border-color: rgb(100,10,82); }
td.TdClassName
{
border-color: #640A52;
}
.TagClassName
{
border-color: #640A52;
}
</style>