Shades of Tyrian Purple #650854
Tints of Tyrian Purple #650854
RGB
CMYK
RGB Variations
Color information
#650854 (or 0x650854) is known color: Tyrian Purple. HEX triplet: 65, 08 and 54. RGB value is (101,8,84). Sum of RGB (Red+Green+Blue) = 101+8+84=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #650854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650854 is #9AF7AB. Grayscale: #2C2C2C. Windows color (decimal): -10155948 or 5507173. OLE color: 5507173.
HSL color Cylindrical-coordinate representation of color #650854: hue angle of 310.97º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650854 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 84 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.60 |
| HSL | 310.97º | 0.85% | 0.21% | - |
| HSV(B) | 310.97º | 0.92% | 0.4% | - |
| XYZ | 7.05 | 3.58 | 8.71 | - |
| YUV | 44.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 84 | 0 | 0.92 | 0.17 | 0.60 | 310.97 | 0.85 | 0.21 |
| Hex | 65 | 8 | 54 | 0 | 5C | 11 | 3C | 137 | 55 | 15 |
| Octal | 145 | 10 | 124 | 0 | 134 | 21 | 74 | 467 | 125 | 25 |
| Binary | 1100101 | 1000 | 1010100 | 0 | 1011100 | 10001 | 111100 | 100110111 | 1010101 | 10101 |
Color Harmonies of #650854
Complementary color
Monochromatic Colors of #650854
Black with #650854
Text Example
Text Example
White with #650854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650854; }
p { color: rgb(101,8,84); }
H1.HeaderClassName
{
color: #650854;
}
.AnyTagClassName
{
color: #650854;
}
</style>
background-color css
<style>
a { background-color: #650854; }
a { background-color: rgb(101,8,84); }
div.DivClassName
{
background-color: #650854;
}
.BgClassName
{
background-color: #650854;
}
</style>
border-color css
<style>
span { border-color: #650854; }
span { border-color: rgb(101,8,84); }
td.TdClassName
{
border-color: #650854;
}
.TagClassName
{
border-color: #650854;
}
</style>