Shades of Tyrian Purple #650C50
Tints of Tyrian Purple #650C50
RGB
CMYK
RGB Variations
Color information
#650C50 (or 0x650C50) is known color: Tyrian Purple. HEX triplet: 65, 0C and 50. RGB value is (101,12,80). Sum of RGB (Red+Green+Blue) = 101+12+80=193 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.33% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 101 - color contains mainly: red. Hex color #650C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650C50 is #9AF3AF. Grayscale: #2E2E2E. Windows color (decimal): -10154928 or 5246053. OLE color: 5246053.
HSL color Cylindrical-coordinate representation of color #650C50: hue angle of 314.16º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #650C50 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 12 | 80 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.60 |
| HSL | 314.16º | 0.79% | 0.22% | - |
| HSV(B) | 314.16º | 0.88% | 0.4% | - |
| XYZ | 6.95 | 3.61 | 7.92 | - |
| YUV | 46.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 80 | 0 | 0.88 | 0.21 | 0.60 | 314.16 | 0.79 | 0.22 |
| Hex | 65 | C | 50 | 0 | 58 | 15 | 3C | 13A | 4F | 16 |
| Octal | 145 | 14 | 120 | 0 | 130 | 25 | 74 | 472 | 117 | 26 |
| Binary | 1100101 | 1100 | 1010000 | 0 | 1011000 | 10101 | 111100 | 100111010 | 1001111 | 10110 |
Color Harmonies of #650C50
Complementary color
Monochromatic Colors of #650C50
Black with #650C50
Text Example
Text Example
White with #650C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650C50; }
p { color: rgb(101,12,80); }
H1.HeaderClassName
{
color: #650C50;
}
.AnyTagClassName
{
color: #650C50;
}
</style>
background-color css
<style>
a { background-color: #650C50; }
a { background-color: rgb(101,12,80); }
div.DivClassName
{
background-color: #650C50;
}
.BgClassName
{
background-color: #650C50;
}
</style>
border-color css
<style>
span { border-color: #650C50; }
span { border-color: rgb(101,12,80); }
td.TdClassName
{
border-color: #650C50;
}
.TagClassName
{
border-color: #650C50;
}
</style>