Shades of Tyrian Purple #690F41
Tints of Tyrian Purple #690F41
RGB
CMYK
RGB Variations
Color information
#690F41 (or 0x690F41) is known color: Tyrian Purple. HEX triplet: 69, 0F and 41. RGB value is (105,15,65). Sum of RGB (Red+Green+Blue) = 105+15+65=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #690F41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F41 is #96F0BE. Grayscale: #2F2F2F. Windows color (decimal): -9892031 or 4263785. OLE color: 4263785.
HSL color Cylindrical-coordinate representation of color #690F41: hue angle of 326.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F41 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 65 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.59 |
| HSL | 326.67º | 0.75% | 0.24% | - |
| HSV(B) | 326.67º | 0.86% | 0.41% | - |
| XYZ | 6.95 | 3.73 | 5.35 | - |
| YUV | 47.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 65 | 0 | 0.86 | 0.38 | 0.59 | 326.67 | 0.75 | 0.24 |
| Hex | 69 | F | 41 | 0 | 56 | 26 | 3B | 147 | 4B | 18 |
| Octal | 151 | 17 | 101 | 0 | 126 | 46 | 73 | 507 | 113 | 30 |
| Binary | 1101001 | 1111 | 1000001 | 0 | 1010110 | 100110 | 111011 | 101000111 | 1001011 | 11000 |
Color Harmonies of #690F41
Complementary color
Monochromatic Colors of #690F41
Black with #690F41
Text Example
Text Example
White with #690F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F41; }
p { color: rgb(105,15,65); }
H1.HeaderClassName
{
color: #690F41;
}
.AnyTagClassName
{
color: #690F41;
}
</style>
background-color css
<style>
a { background-color: #690F41; }
a { background-color: rgb(105,15,65); }
div.DivClassName
{
background-color: #690F41;
}
.BgClassName
{
background-color: #690F41;
}
</style>
border-color css
<style>
span { border-color: #690F41; }
span { border-color: rgb(105,15,65); }
td.TdClassName
{
border-color: #690F41;
}
.TagClassName
{
border-color: #690F41;
}
</style>