Shades of Tyrian Purple #650150
Tints of Tyrian Purple #650150
RGB
CMYK
RGB Variations
Color information
#650150 (or 0x650150) is known color: Tyrian Purple. HEX triplet: 65, 01 and 50. RGB value is (101,1,80). Sum of RGB (Red+Green+Blue) = 101+1+80=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #650150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650150 is #9AFEAF. Grayscale: #272727. Windows color (decimal): -10157744 or 5243237. OLE color: 5243237.
HSL color Cylindrical-coordinate representation of color #650150: hue angle of 312.6º 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 #650150 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.60 |
| HSL | 312.6º | 0.98% | 0.2% | - |
| HSV(B) | 312.6º | 0.99% | 0.4% | - |
| XYZ | 6.83 | 3.37 | 7.88 | - |
| YUV | 39.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 80 | 0 | 0.99 | 0.21 | 0.60 | 312.6 | 0.98 | 0.2 |
| Hex | 65 | 1 | 50 | 0 | 63 | 15 | 3C | 139 | 62 | 14 |
| Octal | 145 | 1 | 120 | 0 | 143 | 25 | 74 | 471 | 142 | 24 |
| Binary | 1100101 | 1 | 1010000 | 0 | 1100011 | 10101 | 111100 | 100111001 | 1100010 | 10100 |
Color Harmonies of #650150
Complementary color
Monochromatic Colors of #650150
Black with #650150
Text Example
Text Example
White with #650150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650150; }
p { color: rgb(101,1,80); }
H1.HeaderClassName
{
color: #650150;
}
.AnyTagClassName
{
color: #650150;
}
</style>
background-color css
<style>
a { background-color: #650150; }
a { background-color: rgb(101,1,80); }
div.DivClassName
{
background-color: #650150;
}
.BgClassName
{
background-color: #650150;
}
</style>
border-color css
<style>
span { border-color: #650150; }
span { border-color: rgb(101,1,80); }
td.TdClassName
{
border-color: #650150;
}
.TagClassName
{
border-color: #650150;
}
</style>