Shades of Tyrian Purple #65104E
Tints of Tyrian Purple #65104E
RGB
CMYK
RGB Variations
Color information
#65104E (or 0x65104E) is known color: Tyrian Purple. HEX triplet: 65, 10 and 4E. RGB value is (101,16,78). Sum of RGB (Red+Green+Blue) = 101+16+78=195 (25% of max value = 765). Red value is 101 (39.84% from 255 or 51.79% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 101 - color contains mainly: red. Hex color #65104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65104E is #9AEFB1. Grayscale: #303030. Windows color (decimal): -10153906 or 5116005. OLE color: 5116005.
HSL color Cylindrical-coordinate representation of color #65104E: hue angle of 316.24º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #65104E is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 16 | 78 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.60 |
| HSL | 316.24º | 0.73% | 0.23% | - |
| HSV(B) | 316.24º | 0.84% | 0.4% | - |
| XYZ | 6.93 | 3.69 | 7.55 | - |
| YUV | 48.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 78 | 0 | 0.84 | 0.23 | 0.60 | 316.24 | 0.73 | 0.23 |
| Hex | 65 | 10 | 4E | 0 | 54 | 17 | 3C | 13C | 49 | 17 |
| Octal | 145 | 20 | 116 | 0 | 124 | 27 | 74 | 474 | 111 | 27 |
| Binary | 1100101 | 10000 | 1001110 | 0 | 1010100 | 10111 | 111100 | 100111100 | 1001001 | 10111 |
Color Harmonies of #65104E
Complementary color
Monochromatic Colors of #65104E
Black with #65104E
Text Example
Text Example
White with #65104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65104E; }
p { color: rgb(101,16,78); }
H1.HeaderClassName
{
color: #65104E;
}
.AnyTagClassName
{
color: #65104E;
}
</style>
background-color css
<style>
a { background-color: #65104E; }
a { background-color: rgb(101,16,78); }
div.DivClassName
{
background-color: #65104E;
}
.BgClassName
{
background-color: #65104E;
}
</style>
border-color css
<style>
span { border-color: #65104E; }
span { border-color: rgb(101,16,78); }
td.TdClassName
{
border-color: #65104E;
}
.TagClassName
{
border-color: #65104E;
}
</style>