Shades of Tyrian Purple #650F45
Tints of Tyrian Purple #650F45
RGB
CMYK
RGB Variations
Color information
#650F45 (or 0x650F45) is known color: Tyrian Purple. HEX triplet: 65, 0F and 45. RGB value is (101,15,69). Sum of RGB (Red+Green+Blue) = 101+15+69=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #650F45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F45 is #9AF0BA. Grayscale: #2E2E2E. Windows color (decimal): -10154171 or 4525925. OLE color: 4525925.
HSL color Cylindrical-coordinate representation of color #650F45: hue angle of 322.33º 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 #650F45 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 69 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.60 |
| HSL | 322.33º | 0.74% | 0.23% | - |
| HSV(B) | 322.33º | 0.85% | 0.4% | - |
| XYZ | 6.61 | 3.54 | 5.96 | - |
| YUV | 46.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 69 | 0 | 0.85 | 0.32 | 0.60 | 322.33 | 0.74 | 0.23 |
| Hex | 65 | F | 45 | 0 | 55 | 20 | 3C | 142 | 4A | 17 |
| Octal | 145 | 17 | 105 | 0 | 125 | 40 | 74 | 502 | 112 | 27 |
| Binary | 1100101 | 1111 | 1000101 | 0 | 1010101 | 100000 | 111100 | 101000010 | 1001010 | 10111 |
Color Harmonies of #650F45
Complementary color
Monochromatic Colors of #650F45
Black with #650F45
Text Example
Text Example
White with #650F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F45; }
p { color: rgb(101,15,69); }
H1.HeaderClassName
{
color: #650F45;
}
.AnyTagClassName
{
color: #650F45;
}
</style>
background-color css
<style>
a { background-color: #650F45; }
a { background-color: rgb(101,15,69); }
div.DivClassName
{
background-color: #650F45;
}
.BgClassName
{
background-color: #650F45;
}
</style>
border-color css
<style>
span { border-color: #650F45; }
span { border-color: rgb(101,15,69); }
td.TdClassName
{
border-color: #650F45;
}
.TagClassName
{
border-color: #650F45;
}
</style>