Shades of Tyrian Purple #650F47
Tints of Tyrian Purple #650F47
RGB
CMYK
RGB Variations
Color information
#650F47 (or 0x650F47) is known color: Tyrian Purple. HEX triplet: 65, 0F and 47. RGB value is (101,15,71). Sum of RGB (Red+Green+Blue) = 101+15+71=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #650F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F47 is #9AF0B8. Grayscale: #2E2E2E. Windows color (decimal): -10154169 or 4656997. OLE color: 4656997.
HSL color Cylindrical-coordinate representation of color #650F47: hue angle of 320.93º 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 #650F47 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 71 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.60 |
| HSL | 320.93º | 0.74% | 0.23% | - |
| HSV(B) | 320.93º | 0.85% | 0.4% | - |
| XYZ | 6.67 | 3.56 | 6.3 | - |
| YUV | 47.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 71 | 0 | 0.85 | 0.30 | 0.60 | 320.93 | 0.74 | 0.23 |
| Hex | 65 | F | 47 | 0 | 55 | 1E | 3C | 141 | 4A | 17 |
| Octal | 145 | 17 | 107 | 0 | 125 | 36 | 74 | 501 | 112 | 27 |
| Binary | 1100101 | 1111 | 1000111 | 0 | 1010101 | 11110 | 111100 | 101000001 | 1001010 | 10111 |
Color Harmonies of #650F47
Complementary color
Monochromatic Colors of #650F47
Black with #650F47
Text Example
Text Example
White with #650F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F47; }
p { color: rgb(101,15,71); }
H1.HeaderClassName
{
color: #650F47;
}
.AnyTagClassName
{
color: #650F47;
}
</style>
background-color css
<style>
a { background-color: #650F47; }
a { background-color: rgb(101,15,71); }
div.DivClassName
{
background-color: #650F47;
}
.BgClassName
{
background-color: #650F47;
}
</style>
border-color css
<style>
span { border-color: #650F47; }
span { border-color: rgb(101,15,71); }
td.TdClassName
{
border-color: #650F47;
}
.TagClassName
{
border-color: #650F47;
}
</style>