Shades of Tyrian Purple #650F49
Tints of Tyrian Purple #650F49
RGB
CMYK
RGB Variations
Color information
#650F49 (or 0x650F49) is known color: Tyrian Purple. HEX triplet: 65, 0F and 49. RGB value is (101,15,73). Sum of RGB (Red+Green+Blue) = 101+15+73=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #650F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F49 is #9AF0B6. Grayscale: #2F2F2F. Windows color (decimal): -10154167 or 4788069. OLE color: 4788069.
HSL color Cylindrical-coordinate representation of color #650F49: hue angle of 319.53º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F49 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 73 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.60 |
| HSL | 319.53º | 0.74% | 0.23% | - |
| HSV(B) | 319.53º | 0.85% | 0.4% | - |
| XYZ | 6.74 | 3.59 | 6.64 | - |
| YUV | 47.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 73 | 0 | 0.85 | 0.28 | 0.60 | 319.53 | 0.74 | 0.23 |
| Hex | 65 | F | 49 | 0 | 55 | 1C | 3C | 140 | 4A | 17 |
| Octal | 145 | 17 | 111 | 0 | 125 | 34 | 74 | 500 | 112 | 27 |
| Binary | 1100101 | 1111 | 1001001 | 0 | 1010101 | 11100 | 111100 | 101000000 | 1001010 | 10111 |
Color Harmonies of #650F49
Complementary color
Monochromatic Colors of #650F49
Black with #650F49
Text Example
Text Example
White with #650F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F49; }
p { color: rgb(101,15,73); }
H1.HeaderClassName
{
color: #650F49;
}
.AnyTagClassName
{
color: #650F49;
}
</style>
background-color css
<style>
a { background-color: #650F49; }
a { background-color: rgb(101,15,73); }
div.DivClassName
{
background-color: #650F49;
}
.BgClassName
{
background-color: #650F49;
}
</style>
border-color css
<style>
span { border-color: #650F49; }
span { border-color: rgb(101,15,73); }
td.TdClassName
{
border-color: #650F49;
}
.TagClassName
{
border-color: #650F49;
}
</style>