Shades of Tyrian Purple #690C50
Tints of Tyrian Purple #690C50
RGB
CMYK
RGB Variations
Color information
#690C50 (or 0x690C50) is known color: Tyrian Purple. HEX triplet: 69, 0C and 50. RGB value is (105,12,80). Sum of RGB (Red+Green+Blue) = 105+12+80=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #690C50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C50 is #96F3AF. Grayscale: #2F2F2F. Windows color (decimal): -9892784 or 5246057. OLE color: 5246057.
HSL color Cylindrical-coordinate representation of color #690C50: hue angle of 316.13º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C50 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 80 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.59 |
| HSL | 316.13º | 0.79% | 0.23% | - |
| HSV(B) | 316.13º | 0.89% | 0.41% | - |
| XYZ | 7.41 | 3.85 | 7.94 | - |
| YUV | 47.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 80 | 0 | 0.89 | 0.24 | 0.59 | 316.13 | 0.79 | 0.23 |
| Hex | 69 | C | 50 | 0 | 59 | 18 | 3B | 13C | 4F | 17 |
| Octal | 151 | 14 | 120 | 0 | 131 | 30 | 73 | 474 | 117 | 27 |
| Binary | 1101001 | 1100 | 1010000 | 0 | 1011001 | 11000 | 111011 | 100111100 | 1001111 | 10111 |
Color Harmonies of #690C50
Complementary color
Monochromatic Colors of #690C50
Black with #690C50
Text Example
Text Example
White with #690C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C50; }
p { color: rgb(105,12,80); }
H1.HeaderClassName
{
color: #690C50;
}
.AnyTagClassName
{
color: #690C50;
}
</style>
background-color css
<style>
a { background-color: #690C50; }
a { background-color: rgb(105,12,80); }
div.DivClassName
{
background-color: #690C50;
}
.BgClassName
{
background-color: #690C50;
}
</style>
border-color css
<style>
span { border-color: #690C50; }
span { border-color: rgb(105,12,80); }
td.TdClassName
{
border-color: #690C50;
}
.TagClassName
{
border-color: #690C50;
}
</style>