Shades of Tyrian Purple #650042
Tints of Tyrian Purple #650042
RGB
CMYK
RGB Variations
Color information
#650042 (or 0x650042) is known color: Tyrian Purple. HEX triplet: 65, 00 and 42. RGB value is (101,0,66). Sum of RGB (Red+Green+Blue) = 101+0+66=167 (22% of max value = 765). Red value is 101 (39.84% from 255 or 60.48% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 101 - color contains mainly: red. Hex color #650042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650042 is #9AFFBD. Grayscale: #252525. Windows color (decimal): -10158014 or 4325477. OLE color: 4325477.
HSL color Cylindrical-coordinate representation of color #650042: hue angle of 320.79º 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 #650042 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.35 | 0.60 |
| HSL | 320.79º | 1% | 0.2% | - |
| HSV(B) | 320.79º | 1% | 0.4% | - |
| XYZ | 6.35 | 3.16 | 5.43 | - |
| YUV | 37.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 66 | 0 | 1 | 0.35 | 0.60 | 320.79 | 1 | 0.2 |
| Hex | 65 | 0 | 42 | 0 | 64 | 23 | 3C | 141 | 64 | 14 |
| Octal | 145 | 0 | 102 | 0 | 144 | 43 | 74 | 501 | 144 | 24 |
| Binary | 1100101 | 0 | 1000010 | 0 | 1100100 | 100011 | 111100 | 101000001 | 1100100 | 10100 |
Color Harmonies of #650042
Complementary color
Monochromatic Colors of #650042
Black with #650042
Text Example
Text Example
White with #650042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650042; }
p { color: rgb(101,0,66); }
H1.HeaderClassName
{
color: #650042;
}
.AnyTagClassName
{
color: #650042;
}
</style>
background-color css
<style>
a { background-color: #650042; }
a { background-color: rgb(101,0,66); }
div.DivClassName
{
background-color: #650042;
}
.BgClassName
{
background-color: #650042;
}
</style>
border-color css
<style>
span { border-color: #650042; }
span { border-color: rgb(101,0,66); }
td.TdClassName
{
border-color: #650042;
}
.TagClassName
{
border-color: #650042;
}
</style>