Shades of Tyrian Purple #640F3C
Tints of Tyrian Purple #640F3C
RGB
CMYK
RGB Variations
Color information
#640F3C (or 0x640F3C) is known color: Tyrian Purple. HEX triplet: 64, 0F and 3C. RGB value is (100,15,60). Sum of RGB (Red+Green+Blue) = 100+15+60=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 15 (6.25% from 255 or 8.57% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #640F3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640F3C is #9BF0C3. Grayscale: #2D2D2D. Windows color (decimal): -10219716 or 3936100. OLE color: 3936100.
HSL color Cylindrical-coordinate representation of color #640F3C: hue angle of 328.24º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #640F3C is Cyan = 0, Magento = 0.85, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 15 | 60 | - |
| CMYK | 0 | 0.85 | 0.4 | 0.61 |
| HSL | 328.24º | 0.74% | 0.23% | - |
| HSV(B) | 328.24º | 0.85% | 0.39% | - |
| XYZ | 6.24 | 3.38 | 4.6 | - |
| YUV | 45.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 60 | 0 | 0.85 | 0.4 | 0.61 | 328.24 | 0.74 | 0.23 |
| Hex | 64 | F | 3C | 0 | 55 | 28 | 3D | 148 | 4A | 17 |
| Octal | 144 | 17 | 74 | 0 | 125 | 50 | 75 | 510 | 112 | 27 |
| Binary | 1100100 | 1111 | 111100 | 0 | 1010101 | 101000 | 111101 | 101001000 | 1001010 | 10111 |
Color Harmonies of #640F3C
Complementary color
Monochromatic Colors of #640F3C
Black with #640F3C
Text Example
Text Example
White with #640F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F3C; }
p { color: rgb(100,15,60); }
H1.HeaderClassName
{
color: #640F3C;
}
.AnyTagClassName
{
color: #640F3C;
}
</style>
background-color css
<style>
a { background-color: #640F3C; }
a { background-color: rgb(100,15,60); }
div.DivClassName
{
background-color: #640F3C;
}
.BgClassName
{
background-color: #640F3C;
}
</style>
border-color css
<style>
span { border-color: #640F3C; }
span { border-color: rgb(100,15,60); }
td.TdClassName
{
border-color: #640F3C;
}
.TagClassName
{
border-color: #640F3C;
}
</style>