Shades of Tyrian Purple #650245
Tints of Tyrian Purple #650245
RGB
CMYK
RGB Variations
Color information
#650245 (or 0x650245) is known color: Tyrian Purple. HEX triplet: 65, 02 and 45. RGB value is (101,2,69). Sum of RGB (Red+Green+Blue) = 101+2+69=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #650245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650245 is #9AFDBA. Grayscale: #272727. Windows color (decimal): -10157499 or 4522597. OLE color: 4522597.
HSL color Cylindrical-coordinate representation of color #650245: hue angle of 319.39º 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 #650245 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.60 |
| HSL | 319.39º | 0.96% | 0.2% | - |
| HSV(B) | 319.39º | 0.98% | 0.4% | - |
| XYZ | 6.46 | 3.24 | 5.91 | - |
| YUV | 39.24 | 144.8 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 69 | 0 | 0.98 | 0.32 | 0.60 | 319.39 | 0.96 | 0.2 |
| Hex | 65 | 2 | 45 | 0 | 62 | 20 | 3C | 13F | 60 | 14 |
| Octal | 145 | 2 | 105 | 0 | 142 | 40 | 74 | 477 | 140 | 24 |
| Binary | 1100101 | 10 | 1000101 | 0 | 1100010 | 100000 | 111100 | 100111111 | 1100000 | 10100 |
Color Harmonies of #650245
Complementary color
Monochromatic Colors of #650245
Black with #650245
Text Example
Text Example
White with #650245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650245; }
p { color: rgb(101,2,69); }
H1.HeaderClassName
{
color: #650245;
}
.AnyTagClassName
{
color: #650245;
}
</style>
background-color css
<style>
a { background-color: #650245; }
a { background-color: rgb(101,2,69); }
div.DivClassName
{
background-color: #650245;
}
.BgClassName
{
background-color: #650245;
}
</style>
border-color css
<style>
span { border-color: #650245; }
span { border-color: rgb(101,2,69); }
td.TdClassName
{
border-color: #650245;
}
.TagClassName
{
border-color: #650245;
}
</style>