Shades of Tyrian Purple #65064E
Tints of Tyrian Purple #65064E
RGB
CMYK
RGB Variations
Color information
#65064E (or 0x65064E) is known color: Tyrian Purple. HEX triplet: 65, 06 and 4E. RGB value is (101,6,78). Sum of RGB (Red+Green+Blue) = 101+6+78=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #65064E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65064E is #9AF9B1. Grayscale: #2A2A2A. Windows color (decimal): -10156466 or 5113445. OLE color: 5113445.
HSL color Cylindrical-coordinate representation of color #65064E: hue angle of 314.53º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65064E is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 6 | 78 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.60 |
| HSL | 314.53º | 0.89% | 0.21% | - |
| HSV(B) | 314.53º | 0.94% | 0.4% | - |
| XYZ | 6.81 | 3.45 | 7.51 | - |
| YUV | 42.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 78 | 0 | 0.94 | 0.23 | 0.60 | 314.53 | 0.89 | 0.21 |
| Hex | 65 | 6 | 4E | 0 | 5E | 17 | 3C | 13B | 59 | 15 |
| Octal | 145 | 6 | 116 | 0 | 136 | 27 | 74 | 473 | 131 | 25 |
| Binary | 1100101 | 110 | 1001110 | 0 | 1011110 | 10111 | 111100 | 100111011 | 1011001 | 10101 |
Color Harmonies of #65064E
Complementary color
Monochromatic Colors of #65064E
Black with #65064E
Text Example
Text Example
White with #65064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65064E; }
p { color: rgb(101,6,78); }
H1.HeaderClassName
{
color: #65064E;
}
.AnyTagClassName
{
color: #65064E;
}
</style>
background-color css
<style>
a { background-color: #65064E; }
a { background-color: rgb(101,6,78); }
div.DivClassName
{
background-color: #65064E;
}
.BgClassName
{
background-color: #65064E;
}
</style>
border-color css
<style>
span { border-color: #65064E; }
span { border-color: rgb(101,6,78); }
td.TdClassName
{
border-color: #65064E;
}
.TagClassName
{
border-color: #65064E;
}
</style>