Shades of Tyrian Purple #650051
Tints of Tyrian Purple #650051
RGB
CMYK
RGB Variations
Color information
#650051 (or 0x650051) is known color: Tyrian Purple. HEX triplet: 65, 00 and 51. RGB value is (101,0,81). Sum of RGB (Red+Green+Blue) = 101+0+81=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #650051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650051 is #9AFFAE. Grayscale: #272727. Windows color (decimal): -10157999 or 5308517. OLE color: 5308517.
HSL color Cylindrical-coordinate representation of color #650051: hue angle of 311.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650051 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.20 | 0.60 |
| HSL | 311.88º | 1% | 0.2% | - |
| HSV(B) | 311.88º | 1% | 0.4% | - |
| XYZ | 6.85 | 3.36 | 8.07 | - |
| YUV | 39.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 81 | 0 | 1 | 0.20 | 0.60 | 311.88 | 1 | 0.2 |
| Hex | 65 | 0 | 51 | 0 | 64 | 14 | 3C | 138 | 64 | 14 |
| Octal | 145 | 0 | 121 | 0 | 144 | 24 | 74 | 470 | 144 | 24 |
| Binary | 1100101 | 0 | 1010001 | 0 | 1100100 | 10100 | 111100 | 100111000 | 1100100 | 10100 |
Color Harmonies of #650051
Complementary color
Monochromatic Colors of #650051
Black with #650051
Text Example
Text Example
White with #650051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650051; }
p { color: rgb(101,0,81); }
H1.HeaderClassName
{
color: #650051;
}
.AnyTagClassName
{
color: #650051;
}
</style>
background-color css
<style>
a { background-color: #650051; }
a { background-color: rgb(101,0,81); }
div.DivClassName
{
background-color: #650051;
}
.BgClassName
{
background-color: #650051;
}
</style>
border-color css
<style>
span { border-color: #650051; }
span { border-color: rgb(101,0,81); }
td.TdClassName
{
border-color: #650051;
}
.TagClassName
{
border-color: #650051;
}
</style>