Shades of Tyrian Purple #650041
Tints of Tyrian Purple #650041
RGB
CMYK
RGB Variations
Color information
#650041 (or 0x650041) is known color: Tyrian Purple. HEX triplet: 65, 00 and 41. RGB value is (101,0,65). Sum of RGB (Red+Green+Blue) = 101+0+65=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #650041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650041 is #9AFFBE. Grayscale: #252525. Windows color (decimal): -10158015 or 4259941. OLE color: 4259941.
HSL color Cylindrical-coordinate representation of color #650041: hue angle of 321.39º 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 #650041 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.36 | 0.60 |
| HSL | 321.39º | 1% | 0.2% | - |
| HSV(B) | 321.39º | 1% | 0.4% | - |
| XYZ | 6.32 | 3.15 | 5.28 | - |
| YUV | 37.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 65 | 0 | 1 | 0.36 | 0.60 | 321.39 | 1 | 0.2 |
| Hex | 65 | 0 | 41 | 0 | 64 | 24 | 3C | 141 | 64 | 14 |
| Octal | 145 | 0 | 101 | 0 | 144 | 44 | 74 | 501 | 144 | 24 |
| Binary | 1100101 | 0 | 1000001 | 0 | 1100100 | 100100 | 111100 | 101000001 | 1100100 | 10100 |
Color Harmonies of #650041
Complementary color
Monochromatic Colors of #650041
Black with #650041
Text Example
Text Example
White with #650041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650041; }
p { color: rgb(101,0,65); }
H1.HeaderClassName
{
color: #650041;
}
.AnyTagClassName
{
color: #650041;
}
</style>
background-color css
<style>
a { background-color: #650041; }
a { background-color: rgb(101,0,65); }
div.DivClassName
{
background-color: #650041;
}
.BgClassName
{
background-color: #650041;
}
</style>
border-color css
<style>
span { border-color: #650041; }
span { border-color: rgb(101,0,65); }
td.TdClassName
{
border-color: #650041;
}
.TagClassName
{
border-color: #650041;
}
</style>