Shades of Tyrian Purple #650F36
Tints of Tyrian Purple #650F36
RGB
CMYK
RGB Variations
Color information
#650F36 (or 0x650F36) is known color: Tyrian Purple. HEX triplet: 65, 0F and 36. RGB value is (101,15,54). Sum of RGB (Red+Green+Blue) = 101+15+54=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #650F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F36 is #9AF0C9. Grayscale: #2D2D2D. Windows color (decimal): -10154186 or 3542885. OLE color: 3542885.
HSL color Cylindrical-coordinate representation of color #650F36: hue angle of 332.79º 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 #650F36 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 54 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.60 |
| HSL | 332.79º | 0.74% | 0.23% | - |
| HSV(B) | 332.79º | 0.85% | 0.4% | - |
| XYZ | 6.2 | 3.37 | 3.81 | - |
| YUV | 45.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 54 | 0 | 0.85 | 0.47 | 0.60 | 332.79 | 0.74 | 0.23 |
| Hex | 65 | F | 36 | 0 | 55 | 2F | 3C | 14D | 4A | 17 |
| Octal | 145 | 17 | 66 | 0 | 125 | 57 | 74 | 515 | 112 | 27 |
| Binary | 1100101 | 1111 | 110110 | 0 | 1010101 | 101111 | 111100 | 101001101 | 1001010 | 10111 |
Color Harmonies of #650F36
Complementary color
Monochromatic Colors of #650F36
Black with #650F36
Text Example
Text Example
White with #650F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F36; }
p { color: rgb(101,15,54); }
H1.HeaderClassName
{
color: #650F36;
}
.AnyTagClassName
{
color: #650F36;
}
</style>
background-color css
<style>
a { background-color: #650F36; }
a { background-color: rgb(101,15,54); }
div.DivClassName
{
background-color: #650F36;
}
.BgClassName
{
background-color: #650F36;
}
</style>
border-color css
<style>
span { border-color: #650F36; }
span { border-color: rgb(101,15,54); }
td.TdClassName
{
border-color: #650F36;
}
.TagClassName
{
border-color: #650F36;
}
</style>