Shades of Tyrian Purple #640C38
Tints of Tyrian Purple #640C38
RGB
CMYK
RGB Variations
Color information
#640C38 (or 0x640C38) is known color: Tyrian Purple. HEX triplet: 64, 0C and 38. RGB value is (100,12,56). Sum of RGB (Red+Green+Blue) = 100+12+56=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #640C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640C38 is #9BF3C7. Grayscale: #2B2B2B. Windows color (decimal): -10220488 or 3673188. OLE color: 3673188.
HSL color Cylindrical-coordinate representation of color #640C38: hue angle of 330º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640C38 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 12 | 56 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.61 |
| HSL | 330º | 0.79% | 0.22% | - |
| HSV(B) | 330º | 0.88% | 0.39% | - |
| XYZ | 6.1 | 3.26 | 4.05 | - |
| YUV | 43.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 56 | 0 | 0.88 | 0.44 | 0.61 | 330 | 0.79 | 0.22 |
| Hex | 64 | C | 38 | 0 | 58 | 2C | 3D | 14A | 4F | 16 |
| Octal | 144 | 14 | 70 | 0 | 130 | 54 | 75 | 512 | 117 | 26 |
| Binary | 1100100 | 1100 | 111000 | 0 | 1011000 | 101100 | 111101 | 101001010 | 1001111 | 10110 |
Color Harmonies of #640C38
Complementary color
Monochromatic Colors of #640C38
Black with #640C38
Text Example
Text Example
White with #640C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640C38; }
p { color: rgb(100,12,56); }
H1.HeaderClassName
{
color: #640C38;
}
.AnyTagClassName
{
color: #640C38;
}
</style>
background-color css
<style>
a { background-color: #640C38; }
a { background-color: rgb(100,12,56); }
div.DivClassName
{
background-color: #640C38;
}
.BgClassName
{
background-color: #640C38;
}
</style>
border-color css
<style>
span { border-color: #640C38; }
span { border-color: rgb(100,12,56); }
td.TdClassName
{
border-color: #640C38;
}
.TagClassName
{
border-color: #640C38;
}
</style>