Shades of Tyrian Purple #690C31
Tints of Tyrian Purple #690C31
RGB
CMYK
RGB Variations
Color information
#690C31 (or 0x690C31) is known color: Tyrian Purple. HEX triplet: 69, 0C and 31. RGB value is (105,12,49). Sum of RGB (Red+Green+Blue) = 105+12+49=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #690C31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C31 is #96F3CE. Grayscale: #2B2B2B. Windows color (decimal): -9892815 or 3214441. OLE color: 3214441.
HSL color Cylindrical-coordinate representation of color #690C31: hue angle of 336.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 #690C31 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 49 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.59 |
| HSL | 336.13º | 0.79% | 0.23% | - |
| HSV(B) | 336.13º | 0.89% | 0.41% | - |
| XYZ | 6.51 | 3.49 | 3.24 | - |
| YUV | 44.03 | 130.81 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 49 | 0 | 0.89 | 0.53 | 0.59 | 336.13 | 0.79 | 0.23 |
| Hex | 69 | C | 31 | 0 | 59 | 35 | 3B | 150 | 4F | 17 |
| Octal | 151 | 14 | 61 | 0 | 131 | 65 | 73 | 520 | 117 | 27 |
| Binary | 1101001 | 1100 | 110001 | 0 | 1011001 | 110101 | 111011 | 101010000 | 1001111 | 10111 |
Color Harmonies of #690C31
Complementary color
Monochromatic Colors of #690C31
Black with #690C31
Text Example
Text Example
White with #690C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C31; }
p { color: rgb(105,12,49); }
H1.HeaderClassName
{
color: #690C31;
}
.AnyTagClassName
{
color: #690C31;
}
</style>
background-color css
<style>
a { background-color: #690C31; }
a { background-color: rgb(105,12,49); }
div.DivClassName
{
background-color: #690C31;
}
.BgClassName
{
background-color: #690C31;
}
</style>
border-color css
<style>
span { border-color: #690C31; }
span { border-color: rgb(105,12,49); }
td.TdClassName
{
border-color: #690C31;
}
.TagClassName
{
border-color: #690C31;
}
</style>