Shades of Tyrian Purple #650154
Tints of Tyrian Purple #650154
RGB
CMYK
RGB Variations
Color information
#650154 (or 0x650154) is known color: Tyrian Purple. HEX triplet: 65, 01 and 54. RGB value is (101,1,84). Sum of RGB (Red+Green+Blue) = 101+1+84=186 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.30% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 101 - color contains mainly: red. Hex color #650154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650154 is #9AFEAB. Grayscale: #282828. Windows color (decimal): -10157740 or 5505381. OLE color: 5505381.
HSL color Cylindrical-coordinate representation of color #650154: hue angle of 310.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650154 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 1 | 84 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.60 |
| HSL | 310.2º | 0.98% | 0.2% | - |
| HSV(B) | 310.2º | 0.99% | 0.4% | - |
| XYZ | 6.98 | 3.43 | 8.68 | - |
| YUV | 40.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 84 | 0 | 0.99 | 0.17 | 0.60 | 310.2 | 0.98 | 0.2 |
| Hex | 65 | 1 | 54 | 0 | 63 | 11 | 3C | 136 | 62 | 14 |
| Octal | 145 | 1 | 124 | 0 | 143 | 21 | 74 | 466 | 142 | 24 |
| Binary | 1100101 | 1 | 1010100 | 0 | 1100011 | 10001 | 111100 | 100110110 | 1100010 | 10100 |
Color Harmonies of #650154
Complementary color
Monochromatic Colors of #650154
Black with #650154
Text Example
Text Example
White with #650154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650154; }
p { color: rgb(101,1,84); }
H1.HeaderClassName
{
color: #650154;
}
.AnyTagClassName
{
color: #650154;
}
</style>
background-color css
<style>
a { background-color: #650154; }
a { background-color: rgb(101,1,84); }
div.DivClassName
{
background-color: #650154;
}
.BgClassName
{
background-color: #650154;
}
</style>
border-color css
<style>
span { border-color: #650154; }
span { border-color: rgb(101,1,84); }
td.TdClassName
{
border-color: #650154;
}
.TagClassName
{
border-color: #650154;
}
</style>