Shades of Tyrian Purple #650251
Tints of Tyrian Purple #650251
RGB
CMYK
RGB Variations
Color information
#650251 (or 0x650251) is known color: Tyrian Purple. HEX triplet: 65, 02 and 51. RGB value is (101,2,81). Sum of RGB (Red+Green+Blue) = 101+2+81=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #650251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650251 is #9AFDAE. Grayscale: #282828. Windows color (decimal): -10157487 or 5309029. OLE color: 5309029.
HSL color Cylindrical-coordinate representation of color #650251: hue angle of 312.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650251 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 81 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.60 |
| HSL | 312.12º | 0.96% | 0.2% | - |
| HSV(B) | 312.12º | 0.98% | 0.4% | - |
| XYZ | 6.87 | 3.4 | 8.08 | - |
| YUV | 40.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 81 | 0 | 0.98 | 0.20 | 0.60 | 312.12 | 0.96 | 0.2 |
| Hex | 65 | 2 | 51 | 0 | 62 | 14 | 3C | 138 | 60 | 14 |
| Octal | 145 | 2 | 121 | 0 | 142 | 24 | 74 | 470 | 140 | 24 |
| Binary | 1100101 | 10 | 1010001 | 0 | 1100010 | 10100 | 111100 | 100111000 | 1100000 | 10100 |
Color Harmonies of #650251
Complementary color
Monochromatic Colors of #650251
Black with #650251
Text Example
Text Example
White with #650251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650251; }
p { color: rgb(101,2,81); }
H1.HeaderClassName
{
color: #650251;
}
.AnyTagClassName
{
color: #650251;
}
</style>
background-color css
<style>
a { background-color: #650251; }
a { background-color: rgb(101,2,81); }
div.DivClassName
{
background-color: #650251;
}
.BgClassName
{
background-color: #650251;
}
</style>
border-color css
<style>
span { border-color: #650251; }
span { border-color: rgb(101,2,81); }
td.TdClassName
{
border-color: #650251;
}
.TagClassName
{
border-color: #650251;
}
</style>