Shades of Tyrian Purple #650E48
Tints of Tyrian Purple #650E48
RGB
CMYK
RGB Variations
Color information
#650E48 (or 0x650E48) is known color: Tyrian Purple. HEX triplet: 65, 0E and 48. RGB value is (101,14,72). Sum of RGB (Red+Green+Blue) = 101+14+72=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #650E48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650E48 is #9AF1B7. Grayscale: #2E2E2E. Windows color (decimal): -10154424 or 4722277. OLE color: 4722277.
HSL color Cylindrical-coordinate representation of color #650E48: hue angle of 320º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #650E48 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 72 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.60 |
| HSL | 320º | 0.76% | 0.23% | - |
| HSV(B) | 320º | 0.86% | 0.4% | - |
| XYZ | 6.69 | 3.55 | 6.46 | - |
| YUV | 46.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 72 | 0 | 0.86 | 0.29 | 0.60 | 320 | 0.76 | 0.23 |
| Hex | 65 | E | 48 | 0 | 56 | 1D | 3C | 140 | 4C | 17 |
| Octal | 145 | 16 | 110 | 0 | 126 | 35 | 74 | 500 | 114 | 27 |
| Binary | 1100101 | 1110 | 1001000 | 0 | 1010110 | 11101 | 111100 | 101000000 | 1001100 | 10111 |
Color Harmonies of #650E48
Complementary color
Monochromatic Colors of #650E48
Black with #650E48
Text Example
Text Example
White with #650E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E48; }
p { color: rgb(101,14,72); }
H1.HeaderClassName
{
color: #650E48;
}
.AnyTagClassName
{
color: #650E48;
}
</style>
background-color css
<style>
a { background-color: #650E48; }
a { background-color: rgb(101,14,72); }
div.DivClassName
{
background-color: #650E48;
}
.BgClassName
{
background-color: #650E48;
}
</style>
border-color css
<style>
span { border-color: #650E48; }
span { border-color: rgb(101,14,72); }
td.TdClassName
{
border-color: #650E48;
}
.TagClassName
{
border-color: #650E48;
}
</style>