Shades of Tyrian Purple #650229
Tints of Tyrian Purple #650229
RGB
CMYK
RGB Variations
Color information
#650229 (or 0x650229) is known color: Tyrian Purple. HEX triplet: 65, 02 and 29. RGB value is (101,2,41). Sum of RGB (Red+Green+Blue) = 101+2+41=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #650229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650229 is #9AFDD6. Grayscale: #232323. Windows color (decimal): -10157527 or 2687589. OLE color: 2687589.
HSL color Cylindrical-coordinate representation of color #650229: hue angle of 336.36º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650229 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 41 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.60 |
| HSL | 336.36º | 0.96% | 0.2% | - |
| HSV(B) | 336.36º | 0.98% | 0.4% | - |
| XYZ | 5.79 | 2.97 | 2.37 | - |
| YUV | 36.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 41 | 0 | 0.98 | 0.59 | 0.60 | 336.36 | 0.96 | 0.2 |
| Hex | 65 | 2 | 29 | 0 | 62 | 3B | 3C | 150 | 60 | 14 |
| Octal | 145 | 2 | 51 | 0 | 142 | 73 | 74 | 520 | 140 | 24 |
| Binary | 1100101 | 10 | 101001 | 0 | 1100010 | 111011 | 111100 | 101010000 | 1100000 | 10100 |
Color Harmonies of #650229
Complementary color
Monochromatic Colors of #650229
Black with #650229
Text Example
Text Example
White with #650229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650229; }
p { color: rgb(101,2,41); }
H1.HeaderClassName
{
color: #650229;
}
.AnyTagClassName
{
color: #650229;
}
</style>
background-color css
<style>
a { background-color: #650229; }
a { background-color: rgb(101,2,41); }
div.DivClassName
{
background-color: #650229;
}
.BgClassName
{
background-color: #650229;
}
</style>
border-color css
<style>
span { border-color: #650229; }
span { border-color: rgb(101,2,41); }
td.TdClassName
{
border-color: #650229;
}
.TagClassName
{
border-color: #650229;
}
</style>