Shades of Tyrian Purple #650354
Tints of Tyrian Purple #650354
RGB
CMYK
RGB Variations
Color information
#650354 (or 0x650354) is known color: Tyrian Purple. HEX triplet: 65, 03 and 54. RGB value is (101,3,84). Sum of RGB (Red+Green+Blue) = 101+3+84=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #650354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650354 is #9AFCAB. Grayscale: #292929. Windows color (decimal): -10157228 or 5505893. OLE color: 5505893.
HSL color Cylindrical-coordinate representation of color #650354: hue angle of 310.41º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650354 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 84 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.60 |
| HSL | 310.41º | 0.94% | 0.2% | - |
| HSV(B) | 310.41º | 0.97% | 0.4% | - |
| XYZ | 7 | 3.47 | 8.69 | - |
| YUV | 41.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 84 | 0 | 0.97 | 0.17 | 0.60 | 310.41 | 0.94 | 0.2 |
| Hex | 65 | 3 | 54 | 0 | 61 | 11 | 3C | 136 | 5E | 14 |
| Octal | 145 | 3 | 124 | 0 | 141 | 21 | 74 | 466 | 136 | 24 |
| Binary | 1100101 | 11 | 1010100 | 0 | 1100001 | 10001 | 111100 | 100110110 | 1011110 | 10100 |
Color Harmonies of #650354
Complementary color
Monochromatic Colors of #650354
Black with #650354
Text Example
Text Example
White with #650354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650354; }
p { color: rgb(101,3,84); }
H1.HeaderClassName
{
color: #650354;
}
.AnyTagClassName
{
color: #650354;
}
</style>
background-color css
<style>
a { background-color: #650354; }
a { background-color: rgb(101,3,84); }
div.DivClassName
{
background-color: #650354;
}
.BgClassName
{
background-color: #650354;
}
</style>
border-color css
<style>
span { border-color: #650354; }
span { border-color: rgb(101,3,84); }
td.TdClassName
{
border-color: #650354;
}
.TagClassName
{
border-color: #650354;
}
</style>