Shades of Tyrian Purple #650D2F
Tints of Tyrian Purple #650D2F
RGB
CMYK
RGB Variations
Color information
#650D2F (or 0x650D2F) is known color: Tyrian Purple. HEX triplet: 65, 0D and 2F. RGB value is (101,13,47). Sum of RGB (Red+Green+Blue) = 101+13+47=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #650D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D2F is #9AF2D0. Grayscale: #2B2B2B. Windows color (decimal): -10154705 or 3083621. OLE color: 3083621.
HSL color Cylindrical-coordinate representation of color #650D2F: hue angle of 336.82º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D2F is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 13 | 47 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.60 |
| HSL | 336.82º | 0.77% | 0.22% | - |
| HSV(B) | 336.82º | 0.87% | 0.4% | - |
| XYZ | 6.02 | 3.26 | 3 | - |
| YUV | 43.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 47 | 0 | 0.87 | 0.53 | 0.60 | 336.82 | 0.77 | 0.22 |
| Hex | 65 | D | 2F | 0 | 57 | 35 | 3C | 151 | 4D | 16 |
| Octal | 145 | 15 | 57 | 0 | 127 | 65 | 74 | 521 | 115 | 26 |
| Binary | 1100101 | 1101 | 101111 | 0 | 1010111 | 110101 | 111100 | 101010001 | 1001101 | 10110 |
Color Harmonies of #650D2F
Complementary color
Monochromatic Colors of #650D2F
Black with #650D2F
Text Example
Text Example
White with #650D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D2F; }
p { color: rgb(101,13,47); }
H1.HeaderClassName
{
color: #650D2F;
}
.AnyTagClassName
{
color: #650D2F;
}
</style>
background-color css
<style>
a { background-color: #650D2F; }
a { background-color: rgb(101,13,47); }
div.DivClassName
{
background-color: #650D2F;
}
.BgClassName
{
background-color: #650D2F;
}
</style>
border-color css
<style>
span { border-color: #650D2F; }
span { border-color: rgb(101,13,47); }
td.TdClassName
{
border-color: #650D2F;
}
.TagClassName
{
border-color: #650D2F;
}
</style>