Shades of Tyrian Purple #650350
Tints of Tyrian Purple #650350
RGB
CMYK
RGB Variations
Color information
#650350 (or 0x650350) is known color: Tyrian Purple. HEX triplet: 65, 03 and 50. RGB value is (101,3,80). Sum of RGB (Red+Green+Blue) = 101+3+80=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 80 (31.64% from 255 or 43.48% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #650350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650350 is #9AFCAF. Grayscale: #282828. Windows color (decimal): -10157232 or 5243749. OLE color: 5243749.
HSL color Cylindrical-coordinate representation of color #650350: hue angle of 312.86º 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 #650350 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 80 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.60 |
| HSL | 312.86º | 0.94% | 0.2% | - |
| HSV(B) | 312.86º | 0.97% | 0.4% | - |
| XYZ | 6.85 | 3.41 | 7.89 | - |
| YUV | 41.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 80 | 0 | 0.97 | 0.21 | 0.60 | 312.86 | 0.94 | 0.2 |
| Hex | 65 | 3 | 50 | 0 | 61 | 15 | 3C | 139 | 5E | 14 |
| Octal | 145 | 3 | 120 | 0 | 141 | 25 | 74 | 471 | 136 | 24 |
| Binary | 1100101 | 11 | 1010000 | 0 | 1100001 | 10101 | 111100 | 100111001 | 1011110 | 10100 |
Color Harmonies of #650350
Complementary color
Monochromatic Colors of #650350
Black with #650350
Text Example
Text Example
White with #650350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650350; }
p { color: rgb(101,3,80); }
H1.HeaderClassName
{
color: #650350;
}
.AnyTagClassName
{
color: #650350;
}
</style>
background-color css
<style>
a { background-color: #650350; }
a { background-color: rgb(101,3,80); }
div.DivClassName
{
background-color: #650350;
}
.BgClassName
{
background-color: #650350;
}
</style>
border-color css
<style>
span { border-color: #650350; }
span { border-color: rgb(101,3,80); }
td.TdClassName
{
border-color: #650350;
}
.TagClassName
{
border-color: #650350;
}
</style>