Shades of Tyrian Purple #640243
Tints of Tyrian Purple #640243
RGB
CMYK
RGB Variations
Color information
#640243 (or 0x640243) is known color: Tyrian Purple. HEX triplet: 64, 02 and 43. RGB value is (100,2,67). Sum of RGB (Red+Green+Blue) = 100+2+67=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #640243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640243 is #9BFDBC. Grayscale: #262626. Windows color (decimal): -10223037 or 4391524. OLE color: 4391524.
HSL color Cylindrical-coordinate representation of color #640243: hue angle of 320.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640243 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 2 | 67 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.61 |
| HSL | 320.2º | 0.96% | 0.2% | - |
| HSV(B) | 320.2º | 0.98% | 0.39% | - |
| XYZ | 6.29 | 3.16 | 5.59 | - |
| YUV | 38.71 | 143.97 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 67 | 0 | 0.98 | 0.33 | 0.61 | 320.2 | 0.96 | 0.2 |
| Hex | 64 | 2 | 43 | 0 | 62 | 21 | 3D | 140 | 60 | 14 |
| Octal | 144 | 2 | 103 | 0 | 142 | 41 | 75 | 500 | 140 | 24 |
| Binary | 1100100 | 10 | 1000011 | 0 | 1100010 | 100001 | 111101 | 101000000 | 1100000 | 10100 |
Color Harmonies of #640243
Complementary color
Monochromatic Colors of #640243
Black with #640243
Text Example
Text Example
White with #640243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640243; }
p { color: rgb(100,2,67); }
H1.HeaderClassName
{
color: #640243;
}
.AnyTagClassName
{
color: #640243;
}
</style>
background-color css
<style>
a { background-color: #640243; }
a { background-color: rgb(100,2,67); }
div.DivClassName
{
background-color: #640243;
}
.BgClassName
{
background-color: #640243;
}
</style>
border-color css
<style>
span { border-color: #640243; }
span { border-color: rgb(100,2,67); }
td.TdClassName
{
border-color: #640243;
}
.TagClassName
{
border-color: #640243;
}
</style>