Shades of Tyrian Purple #650F37
Tints of Tyrian Purple #650F37
RGB
CMYK
RGB Variations
Color information
#650F37 (or 0x650F37) is known color: Tyrian Purple. HEX triplet: 65, 0F and 37. RGB value is (101,15,55). Sum of RGB (Red+Green+Blue) = 101+15+55=171 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.06% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 101 - color contains mainly: red. Hex color #650F37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F37 is #9AF0C8. Grayscale: #2D2D2D. Windows color (decimal): -10154185 or 3608421. OLE color: 3608421.
HSL color Cylindrical-coordinate representation of color #650F37: hue angle of 332.09º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F37 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 55 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.60 |
| HSL | 332.09º | 0.74% | 0.23% | - |
| HSV(B) | 332.09º | 0.85% | 0.4% | - |
| XYZ | 6.23 | 3.38 | 3.94 | - |
| YUV | 45.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 55 | 0 | 0.85 | 0.46 | 0.60 | 332.09 | 0.74 | 0.23 |
| Hex | 65 | F | 37 | 0 | 55 | 2E | 3C | 14C | 4A | 17 |
| Octal | 145 | 17 | 67 | 0 | 125 | 56 | 74 | 514 | 112 | 27 |
| Binary | 1100101 | 1111 | 110111 | 0 | 1010101 | 101110 | 111100 | 101001100 | 1001010 | 10111 |
Color Harmonies of #650F37
Complementary color
Monochromatic Colors of #650F37
Black with #650F37
Text Example
Text Example
White with #650F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F37; }
p { color: rgb(101,15,55); }
H1.HeaderClassName
{
color: #650F37;
}
.AnyTagClassName
{
color: #650F37;
}
</style>
background-color css
<style>
a { background-color: #650F37; }
a { background-color: rgb(101,15,55); }
div.DivClassName
{
background-color: #650F37;
}
.BgClassName
{
background-color: #650F37;
}
</style>
border-color css
<style>
span { border-color: #650F37; }
span { border-color: rgb(101,15,55); }
td.TdClassName
{
border-color: #650F37;
}
.TagClassName
{
border-color: #650F37;
}
</style>