Shades of Tyrian Purple #650053
Tints of Tyrian Purple #650053
RGB
CMYK
RGB Variations
Color information
#650053 (or 0x650053) is known color: Tyrian Purple. HEX triplet: 65, 00 and 53. RGB value is (101,0,83). Sum of RGB (Red+Green+Blue) = 101+0+83=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #650053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650053 is #9AFFAC. Grayscale: #272727. Windows color (decimal): -10157997 or 5439589. OLE color: 5439589.
HSL color Cylindrical-coordinate representation of color #650053: hue angle of 310.69º 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 #650053 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.18 | 0.60 |
| HSL | 310.69º | 1% | 0.2% | - |
| HSV(B) | 310.69º | 1% | 0.4% | - |
| XYZ | 6.93 | 3.39 | 8.47 | - |
| YUV | 39.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 83 | 0 | 1 | 0.18 | 0.60 | 310.69 | 1 | 0.2 |
| Hex | 65 | 0 | 53 | 0 | 64 | 12 | 3C | 137 | 64 | 14 |
| Octal | 145 | 0 | 123 | 0 | 144 | 22 | 74 | 467 | 144 | 24 |
| Binary | 1100101 | 0 | 1010011 | 0 | 1100100 | 10010 | 111100 | 100110111 | 1100100 | 10100 |
Color Harmonies of #650053
Complementary color
Monochromatic Colors of #650053
Black with #650053
Text Example
Text Example
White with #650053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650053; }
p { color: rgb(101,0,83); }
H1.HeaderClassName
{
color: #650053;
}
.AnyTagClassName
{
color: #650053;
}
</style>
background-color css
<style>
a { background-color: #650053; }
a { background-color: rgb(101,0,83); }
div.DivClassName
{
background-color: #650053;
}
.BgClassName
{
background-color: #650053;
}
</style>
border-color css
<style>
span { border-color: #650053; }
span { border-color: rgb(101,0,83); }
td.TdClassName
{
border-color: #650053;
}
.TagClassName
{
border-color: #650053;
}
</style>