Shades of Tyrian Purple #650128
Tints of Tyrian Purple #650128
RGB
CMYK
RGB Variations
Color information
#650128 (or 0x650128) is known color: Tyrian Purple. HEX triplet: 65, 01 and 28. RGB value is (101,1,40). Sum of RGB (Red+Green+Blue) = 101+1+40=142 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.13% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 101 - color contains mainly: red. Hex color #650128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650128 is #9AFED7. Grayscale: #232323. Windows color (decimal): -10157784 or 2621797. OLE color: 2621797.
HSL color Cylindrical-coordinate representation of color #650128: hue angle of 336.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 #650128 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.60 |
| HSL | 336.6º | 0.98% | 0.2% | - |
| HSV(B) | 336.6º | 0.99% | 0.4% | - |
| XYZ | 5.76 | 2.94 | 2.27 | - |
| YUV | 35.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 40 | 0 | 0.99 | 0.60 | 0.60 | 336.6 | 0.98 | 0.2 |
| Hex | 65 | 1 | 28 | 0 | 63 | 3C | 3C | 151 | 62 | 14 |
| Octal | 145 | 1 | 50 | 0 | 143 | 74 | 74 | 521 | 142 | 24 |
| Binary | 1100101 | 1 | 101000 | 0 | 1100011 | 111100 | 111100 | 101010001 | 1100010 | 10100 |
Color Harmonies of #650128
Complementary color
Monochromatic Colors of #650128
Black with #650128
Text Example
Text Example
White with #650128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650128; }
p { color: rgb(101,1,40); }
H1.HeaderClassName
{
color: #650128;
}
.AnyTagClassName
{
color: #650128;
}
</style>
background-color css
<style>
a { background-color: #650128; }
a { background-color: rgb(101,1,40); }
div.DivClassName
{
background-color: #650128;
}
.BgClassName
{
background-color: #650128;
}
</style>
border-color css
<style>
span { border-color: #650128; }
span { border-color: rgb(101,1,40); }
td.TdClassName
{
border-color: #650128;
}
.TagClassName
{
border-color: #650128;
}
</style>