Shades of Tyrian Purple #640A3F
Tints of Tyrian Purple #640A3F
RGB
CMYK
RGB Variations
Color information
#640A3F (or 0x640A3F) is known color: Tyrian Purple. HEX triplet: 64, 0A and 3F. RGB value is (100,10,63). Sum of RGB (Red+Green+Blue) = 100+10+63=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #640A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640A3F is #9BF5C0. Grayscale: #2A2A2A. Windows color (decimal): -10220993 or 4131428. OLE color: 4131428.
HSL color Cylindrical-coordinate representation of color #640A3F: hue angle of 324.67º 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 #640A3F is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 10 | 63 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.61 |
| HSL | 324.67º | 0.82% | 0.22% | - |
| HSV(B) | 324.67º | 0.9% | 0.39% | - |
| XYZ | 6.26 | 3.29 | 5.01 | - |
| YUV | 42.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 63 | 0 | 0.90 | 0.37 | 0.61 | 324.67 | 0.82 | 0.22 |
| Hex | 64 | A | 3F | 0 | 5A | 25 | 3D | 145 | 52 | 16 |
| Octal | 144 | 12 | 77 | 0 | 132 | 45 | 75 | 505 | 122 | 26 |
| Binary | 1100100 | 1010 | 111111 | 0 | 1011010 | 100101 | 111101 | 101000101 | 1010010 | 10110 |
Color Harmonies of #640A3F
Complementary color
Monochromatic Colors of #640A3F
Black with #640A3F
Text Example
Text Example
White with #640A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A3F; }
p { color: rgb(100,10,63); }
H1.HeaderClassName
{
color: #640A3F;
}
.AnyTagClassName
{
color: #640A3F;
}
</style>
background-color css
<style>
a { background-color: #640A3F; }
a { background-color: rgb(100,10,63); }
div.DivClassName
{
background-color: #640A3F;
}
.BgClassName
{
background-color: #640A3F;
}
</style>
border-color css
<style>
span { border-color: #640A3F; }
span { border-color: rgb(100,10,63); }
td.TdClassName
{
border-color: #640A3F;
}
.TagClassName
{
border-color: #640A3F;
}
</style>