Shades of Tyrian Purple #650945
Tints of Tyrian Purple #650945
RGB
CMYK
RGB Variations
Color information
#650945 (or 0x650945) is known color: Tyrian Purple. HEX triplet: 65, 09 and 45. RGB value is (101,9,69). Sum of RGB (Red+Green+Blue) = 101+9+69=179 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.42% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 101 - color contains mainly: red. Hex color #650945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650945 is #9AF6BA. Grayscale: #2B2B2B. Windows color (decimal): -10155707 or 4524389. OLE color: 4524389.
HSL color Cylindrical-coordinate representation of color #650945: hue angle of 320.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650945 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 69 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.60 |
| HSL | 320.87º | 0.84% | 0.22% | - |
| HSV(B) | 320.87º | 0.91% | 0.4% | - |
| XYZ | 6.54 | 3.39 | 5.94 | - |
| YUV | 43.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 69 | 0 | 0.91 | 0.32 | 0.60 | 320.87 | 0.84 | 0.22 |
| Hex | 65 | 9 | 45 | 0 | 5B | 20 | 3C | 141 | 54 | 16 |
| Octal | 145 | 11 | 105 | 0 | 133 | 40 | 74 | 501 | 124 | 26 |
| Binary | 1100101 | 1001 | 1000101 | 0 | 1011011 | 100000 | 111100 | 101000001 | 1010100 | 10110 |
Color Harmonies of #650945
Complementary color
Monochromatic Colors of #650945
Black with #650945
Text Example
Text Example
White with #650945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650945; }
p { color: rgb(101,9,69); }
H1.HeaderClassName
{
color: #650945;
}
.AnyTagClassName
{
color: #650945;
}
</style>
background-color css
<style>
a { background-color: #650945; }
a { background-color: rgb(101,9,69); }
div.DivClassName
{
background-color: #650945;
}
.BgClassName
{
background-color: #650945;
}
</style>
border-color css
<style>
span { border-color: #650945; }
span { border-color: rgb(101,9,69); }
td.TdClassName
{
border-color: #650945;
}
.TagClassName
{
border-color: #650945;
}
</style>