Shades of Tyrian Purple #650159
Tints of Tyrian Purple #650159
RGB
CMYK
RGB Variations
Color information
#650159 (or 0x650159) is known color: Tyrian Purple. HEX triplet: 65, 01 and 59. RGB value is (101,1,89). Sum of RGB (Red+Green+Blue) = 101+1+89=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #650159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650159 is #9AFEA6. Grayscale: #282828. Windows color (decimal): -10157735 or 5833061. OLE color: 5833061.
HSL color Cylindrical-coordinate representation of color #650159: hue angle of 307.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650159 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.60 |
| HSL | 307.2º | 0.98% | 0.2% | - |
| HSV(B) | 307.2º | 0.99% | 0.4% | - |
| XYZ | 7.18 | 3.51 | 9.75 | - |
| YUV | 40.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 89 | 0 | 0.99 | 0.12 | 0.60 | 307.2 | 0.98 | 0.2 |
| Hex | 65 | 1 | 59 | 0 | 63 | C | 3C | 133 | 62 | 14 |
| Octal | 145 | 1 | 131 | 0 | 143 | 14 | 74 | 463 | 142 | 24 |
| Binary | 1100101 | 1 | 1011001 | 0 | 1100011 | 1100 | 111100 | 100110011 | 1100010 | 10100 |
Color Harmonies of #650159
Complementary color
Monochromatic Colors of #650159
Black with #650159
Text Example
Text Example
White with #650159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650159; }
p { color: rgb(101,1,89); }
H1.HeaderClassName
{
color: #650159;
}
.AnyTagClassName
{
color: #650159;
}
</style>
background-color css
<style>
a { background-color: #650159; }
a { background-color: rgb(101,1,89); }
div.DivClassName
{
background-color: #650159;
}
.BgClassName
{
background-color: #650159;
}
</style>
border-color css
<style>
span { border-color: #650159; }
span { border-color: rgb(101,1,89); }
td.TdClassName
{
border-color: #650159;
}
.TagClassName
{
border-color: #650159;
}
</style>