Shades of Tyrian Purple #650029
Tints of Tyrian Purple #650029
RGB
CMYK
RGB Variations
Color information
#650029 (or 0x650029) is known color: Tyrian Purple. HEX triplet: 65, 00 and 29. RGB value is (101,0,41). Sum of RGB (Red+Green+Blue) = 101+0+41=142 (18% of max value = 765). Red value is 101 (39.84% from 255 or 71.13% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 101 - color contains mainly: red. Hex color #650029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650029 is #9AFFD6. Grayscale: #222222. Windows color (decimal): -10158039 or 2687077. OLE color: 2687077.
HSL color Cylindrical-coordinate representation of color #650029: hue angle of 335.64º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650029 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 41 | - |
| CMYK | 0 | 1 | 0.59 | 0.60 |
| HSL | 335.64º | 1% | 0.2% | - |
| HSV(B) | 335.64º | 1% | 0.4% | - |
| XYZ | 5.77 | 2.93 | 2.36 | - |
| YUV | 34.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 41 | 0 | 1 | 0.59 | 0.60 | 335.64 | 1 | 0.2 |
| Hex | 65 | 0 | 29 | 0 | 64 | 3B | 3C | 150 | 64 | 14 |
| Octal | 145 | 0 | 51 | 0 | 144 | 73 | 74 | 520 | 144 | 24 |
| Binary | 1100101 | 0 | 101001 | 0 | 1100100 | 111011 | 111100 | 101010000 | 1100100 | 10100 |
Color Harmonies of #650029
Complementary color
Monochromatic Colors of #650029
Black with #650029
Text Example
Text Example
White with #650029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650029; }
p { color: rgb(101,0,41); }
H1.HeaderClassName
{
color: #650029;
}
.AnyTagClassName
{
color: #650029;
}
</style>
background-color css
<style>
a { background-color: #650029; }
a { background-color: rgb(101,0,41); }
div.DivClassName
{
background-color: #650029;
}
.BgClassName
{
background-color: #650029;
}
</style>
border-color css
<style>
span { border-color: #650029; }
span { border-color: rgb(101,0,41); }
td.TdClassName
{
border-color: #650029;
}
.TagClassName
{
border-color: #650029;
}
</style>