Shades of Tyrian Purple #650E37
Tints of Tyrian Purple #650E37
RGB
CMYK
RGB Variations
Color information
#650E37 (or 0x650E37) is known color: Tyrian Purple. HEX triplet: 65, 0E and 37. RGB value is (101,14,55). Sum of RGB (Red+Green+Blue) = 101+14+55=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #650E37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650E37 is #9AF1C8. Grayscale: #2C2C2C. Windows color (decimal): -10154441 or 3608165. OLE color: 3608165.
HSL color Cylindrical-coordinate representation of color #650E37: hue angle of 331.72º 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 #650E37 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 14 | 55 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.60 |
| HSL | 331.72º | 0.76% | 0.23% | - |
| HSV(B) | 331.72º | 0.86% | 0.4% | - |
| XYZ | 6.21 | 3.36 | 3.93 | - |
| YUV | 44.69 | 133.82 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 55 | 0 | 0.86 | 0.46 | 0.60 | 331.72 | 0.76 | 0.23 |
| Hex | 65 | E | 37 | 0 | 56 | 2E | 3C | 14C | 4C | 17 |
| Octal | 145 | 16 | 67 | 0 | 126 | 56 | 74 | 514 | 114 | 27 |
| Binary | 1100101 | 1110 | 110111 | 0 | 1010110 | 101110 | 111100 | 101001100 | 1001100 | 10111 |
Color Harmonies of #650E37
Complementary color
Monochromatic Colors of #650E37
Black with #650E37
Text Example
Text Example
White with #650E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650E37; }
p { color: rgb(101,14,55); }
H1.HeaderClassName
{
color: #650E37;
}
.AnyTagClassName
{
color: #650E37;
}
</style>
background-color css
<style>
a { background-color: #650E37; }
a { background-color: rgb(101,14,55); }
div.DivClassName
{
background-color: #650E37;
}
.BgClassName
{
background-color: #650E37;
}
</style>
border-color css
<style>
span { border-color: #650E37; }
span { border-color: rgb(101,14,55); }
td.TdClassName
{
border-color: #650E37;
}
.TagClassName
{
border-color: #650E37;
}
</style>