Shades of Tyrian Purple #650F46
Tints of Tyrian Purple #650F46
RGB
CMYK
RGB Variations
Color information
#650F46 (or 0x650F46) is known color: Tyrian Purple. HEX triplet: 65, 0F and 46. RGB value is (101,15,70). Sum of RGB (Red+Green+Blue) = 101+15+70=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #650F46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F46 is #9AF0B9. Grayscale: #2E2E2E. Windows color (decimal): -10154170 or 4591461. OLE color: 4591461.
HSL color Cylindrical-coordinate representation of color #650F46: hue angle of 321.63º 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 #650F46 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 70 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.60 |
| HSL | 321.63º | 0.74% | 0.23% | - |
| HSV(B) | 321.63º | 0.85% | 0.4% | - |
| XYZ | 6.64 | 3.55 | 6.13 | - |
| YUV | 46.98 | 140.99 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 70 | 0 | 0.85 | 0.31 | 0.60 | 321.63 | 0.74 | 0.23 |
| Hex | 65 | F | 46 | 0 | 55 | 1F | 3C | 142 | 4A | 17 |
| Octal | 145 | 17 | 106 | 0 | 125 | 37 | 74 | 502 | 112 | 27 |
| Binary | 1100101 | 1111 | 1000110 | 0 | 1010101 | 11111 | 111100 | 101000010 | 1001010 | 10111 |
Color Harmonies of #650F46
Complementary color
Monochromatic Colors of #650F46
Black with #650F46
Text Example
Text Example
White with #650F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F46; }
p { color: rgb(101,15,70); }
H1.HeaderClassName
{
color: #650F46;
}
.AnyTagClassName
{
color: #650F46;
}
</style>
background-color css
<style>
a { background-color: #650F46; }
a { background-color: rgb(101,15,70); }
div.DivClassName
{
background-color: #650F46;
}
.BgClassName
{
background-color: #650F46;
}
</style>
border-color css
<style>
span { border-color: #650F46; }
span { border-color: rgb(101,15,70); }
td.TdClassName
{
border-color: #650F46;
}
.TagClassName
{
border-color: #650F46;
}
</style>