Shades of Tyrian Purple #650054
Tints of Tyrian Purple #650054
RGB
CMYK
RGB Variations
Color information
#650054 (or 0x650054) is known color: Tyrian Purple. HEX triplet: 65, 00 and 54. RGB value is (101,0,84). Sum of RGB (Red+Green+Blue) = 101+0+84=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #650054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650054 is #9AFFAB. Grayscale: #272727. Windows color (decimal): -10157996 or 5505125. OLE color: 5505125.
HSL color Cylindrical-coordinate representation of color #650054: hue angle of 310.1º 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 #650054 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.17 | 0.60 |
| HSL | 310.1º | 1% | 0.2% | - |
| HSV(B) | 310.1º | 1% | 0.4% | - |
| XYZ | 6.97 | 3.41 | 8.68 | - |
| YUV | 39.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 84 | 0 | 1 | 0.17 | 0.60 | 310.1 | 1 | 0.2 |
| Hex | 65 | 0 | 54 | 0 | 64 | 11 | 3C | 136 | 64 | 14 |
| Octal | 145 | 0 | 124 | 0 | 144 | 21 | 74 | 466 | 144 | 24 |
| Binary | 1100101 | 0 | 1010100 | 0 | 1100100 | 10001 | 111100 | 100110110 | 1100100 | 10100 |
Color Harmonies of #650054
Complementary color
Monochromatic Colors of #650054
Black with #650054
Text Example
Text Example
White with #650054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650054; }
p { color: rgb(101,0,84); }
H1.HeaderClassName
{
color: #650054;
}
.AnyTagClassName
{
color: #650054;
}
</style>
background-color css
<style>
a { background-color: #650054; }
a { background-color: rgb(101,0,84); }
div.DivClassName
{
background-color: #650054;
}
.BgClassName
{
background-color: #650054;
}
</style>
border-color css
<style>
span { border-color: #650054; }
span { border-color: rgb(101,0,84); }
td.TdClassName
{
border-color: #650054;
}
.TagClassName
{
border-color: #650054;
}
</style>