Shades of Tyrian Purple #650D46
Tints of Tyrian Purple #650D46
RGB
CMYK
RGB Variations
Color information
#650D46 (or 0x650D46) is known color: Tyrian Purple. HEX triplet: 65, 0D and 46. RGB value is (101,13,70). Sum of RGB (Red+Green+Blue) = 101+13+70=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #650D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D46 is #9AF2B9. Grayscale: #2D2D2D. Windows color (decimal): -10154682 or 4590949. OLE color: 4590949.
HSL color Cylindrical-coordinate representation of color #650D46: hue angle of 321.14º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D46 is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 13 | 70 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.60 |
| HSL | 321.14º | 0.77% | 0.22% | - |
| HSV(B) | 321.14º | 0.87% | 0.4% | - |
| XYZ | 6.62 | 3.5 | 6.12 | - |
| YUV | 45.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 70 | 0 | 0.87 | 0.31 | 0.60 | 321.14 | 0.77 | 0.22 |
| Hex | 65 | D | 46 | 0 | 57 | 1F | 3C | 141 | 4D | 16 |
| Octal | 145 | 15 | 106 | 0 | 127 | 37 | 74 | 501 | 115 | 26 |
| Binary | 1100101 | 1101 | 1000110 | 0 | 1010111 | 11111 | 111100 | 101000001 | 1001101 | 10110 |
Color Harmonies of #650D46
Complementary color
Monochromatic Colors of #650D46
Black with #650D46
Text Example
Text Example
White with #650D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D46; }
p { color: rgb(101,13,70); }
H1.HeaderClassName
{
color: #650D46;
}
.AnyTagClassName
{
color: #650D46;
}
</style>
background-color css
<style>
a { background-color: #650D46; }
a { background-color: rgb(101,13,70); }
div.DivClassName
{
background-color: #650D46;
}
.BgClassName
{
background-color: #650D46;
}
</style>
border-color css
<style>
span { border-color: #650D46; }
span { border-color: rgb(101,13,70); }
td.TdClassName
{
border-color: #650D46;
}
.TagClassName
{
border-color: #650D46;
}
</style>