Shades of Tyrian Purple #650441
Tints of Tyrian Purple #650441
RGB
CMYK
RGB Variations
Color information
#650441 (or 0x650441) is known color: Tyrian Purple. HEX triplet: 65, 04 and 41. RGB value is (101,4,65). Sum of RGB (Red+Green+Blue) = 101+4+65=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #650441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650441 is #9AFBBE. Grayscale: #272727. Windows color (decimal): -10156991 or 4260965. OLE color: 4260965.
HSL color Cylindrical-coordinate representation of color #650441: hue angle of 322.27º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650441 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 65 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.60 |
| HSL | 322.27º | 0.92% | 0.21% | - |
| HSV(B) | 322.27º | 0.96% | 0.4% | - |
| XYZ | 6.36 | 3.24 | 5.29 | - |
| YUV | 39.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 65 | 0 | 0.96 | 0.36 | 0.60 | 322.27 | 0.92 | 0.21 |
| Hex | 65 | 4 | 41 | 0 | 60 | 24 | 3C | 142 | 5C | 15 |
| Octal | 145 | 4 | 101 | 0 | 140 | 44 | 74 | 502 | 134 | 25 |
| Binary | 1100101 | 100 | 1000001 | 0 | 1100000 | 100100 | 111100 | 101000010 | 1011100 | 10101 |
Color Harmonies of #650441
Complementary color
Monochromatic Colors of #650441
Black with #650441
Text Example
Text Example
White with #650441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650441; }
p { color: rgb(101,4,65); }
H1.HeaderClassName
{
color: #650441;
}
.AnyTagClassName
{
color: #650441;
}
</style>
background-color css
<style>
a { background-color: #650441; }
a { background-color: rgb(101,4,65); }
div.DivClassName
{
background-color: #650441;
}
.BgClassName
{
background-color: #650441;
}
</style>
border-color css
<style>
span { border-color: #650441; }
span { border-color: rgb(101,4,65); }
td.TdClassName
{
border-color: #650441;
}
.TagClassName
{
border-color: #650441;
}
</style>