Shades of Tyrian Purple #650059
Tints of Tyrian Purple #650059
RGB
CMYK
RGB Variations
Color information
#650059 (or 0x650059) is known color: Tyrian Purple. HEX triplet: 65, 00 and 59. RGB value is (101,0,89). Sum of RGB (Red+Green+Blue) = 101+0+89=190 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.16% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 101 - color contains mainly: red. Hex color #650059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650059 is #9AFFA6. Grayscale: #282828. Windows color (decimal): -10157991 or 5832805. OLE color: 5832805.
HSL color Cylindrical-coordinate representation of color #650059: hue angle of 307.13º 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 #650059 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.12 | 0.60 |
| HSL | 307.13º | 1% | 0.2% | - |
| HSV(B) | 307.13º | 1% | 0.4% | - |
| XYZ | 7.17 | 3.49 | 9.75 | - |
| YUV | 40.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 89 | 0 | 1 | 0.12 | 0.60 | 307.13 | 1 | 0.2 |
| Hex | 65 | 0 | 59 | 0 | 64 | C | 3C | 133 | 64 | 14 |
| Octal | 145 | 0 | 131 | 0 | 144 | 14 | 74 | 463 | 144 | 24 |
| Binary | 1100101 | 0 | 1011001 | 0 | 1100100 | 1100 | 111100 | 100110011 | 1100100 | 10100 |
Color Harmonies of #650059
Complementary color
Monochromatic Colors of #650059
Black with #650059
Text Example
Text Example
White with #650059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650059; }
p { color: rgb(101,0,89); }
H1.HeaderClassName
{
color: #650059;
}
.AnyTagClassName
{
color: #650059;
}
</style>
background-color css
<style>
a { background-color: #650059; }
a { background-color: rgb(101,0,89); }
div.DivClassName
{
background-color: #650059;
}
.BgClassName
{
background-color: #650059;
}
</style>
border-color css
<style>
span { border-color: #650059; }
span { border-color: rgb(101,0,89); }
td.TdClassName
{
border-color: #650059;
}
.TagClassName
{
border-color: #650059;
}
</style>