Shades of Tyrian Purple #690C4D
Tints of Tyrian Purple #690C4D
RGB
CMYK
RGB Variations
Color information
#690C4D (or 0x690C4D) is known color: Tyrian Purple. HEX triplet: 69, 0C and 4D. RGB value is (105,12,77). Sum of RGB (Red+Green+Blue) = 105+12+77=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #690C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C4D is #96F3B2. Grayscale: #2F2F2F. Windows color (decimal): -9892787 or 5049449. OLE color: 5049449.
HSL color Cylindrical-coordinate representation of color #690C4D: hue angle of 318.06º 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 #690C4D is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 77 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.59 |
| HSL | 318.06º | 0.79% | 0.23% | - |
| HSV(B) | 318.06º | 0.89% | 0.41% | - |
| XYZ | 7.3 | 3.8 | 7.37 | - |
| YUV | 47.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 77 | 0 | 0.89 | 0.27 | 0.59 | 318.06 | 0.79 | 0.23 |
| Hex | 69 | C | 4D | 0 | 59 | 1B | 3B | 13E | 4F | 17 |
| Octal | 151 | 14 | 115 | 0 | 131 | 33 | 73 | 476 | 117 | 27 |
| Binary | 1101001 | 1100 | 1001101 | 0 | 1011001 | 11011 | 111011 | 100111110 | 1001111 | 10111 |
Color Harmonies of #690C4D
Complementary color
Monochromatic Colors of #690C4D
Black with #690C4D
Text Example
Text Example
White with #690C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C4D; }
p { color: rgb(105,12,77); }
H1.HeaderClassName
{
color: #690C4D;
}
.AnyTagClassName
{
color: #690C4D;
}
</style>
background-color css
<style>
a { background-color: #690C4D; }
a { background-color: rgb(105,12,77); }
div.DivClassName
{
background-color: #690C4D;
}
.BgClassName
{
background-color: #690C4D;
}
</style>
border-color css
<style>
span { border-color: #690C4D; }
span { border-color: rgb(105,12,77); }
td.TdClassName
{
border-color: #690C4D;
}
.TagClassName
{
border-color: #690C4D;
}
</style>