Shades of Purple #690D86
Tints of Purple #690D86
RGB
CMYK
RGB Variations
Color information
#690D86 (or 0x690D86) is known color: Purple. HEX triplet: 69, 0D and 86. RGB value is (105,13,134). Sum of RGB (Red+Green+Blue) = 105+13+134=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #690D86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690D86 is #96F279. Grayscale: #353535. Windows color (decimal): -9892474 or 8785257. OLE color: 8785257.
HSL color Cylindrical-coordinate representation of color #690D86: hue angle of 285.62º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690D86 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 13 | 134 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.47 |
| HSL | 285.62º | 0.82% | 0.29% | - |
| HSV(B) | 285.62º | 0.9% | 0.53% | - |
| XYZ | 10.27 | 5.01 | 22.98 | - |
| YUV | 54.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 134 | 0.22 | 0.90 | 0 | 0.47 | 285.62 | 0.82 | 0.29 |
| Hex | 69 | D | 86 | 16 | 5A | 0 | 2F | 11E | 52 | 1D |
| Octal | 151 | 15 | 206 | 26 | 132 | 0 | 57 | 436 | 122 | 35 |
| Binary | 1101001 | 1101 | 10000110 | 10110 | 1011010 | 0 | 101111 | 100011110 | 1010010 | 11101 |
Color Harmonies of #690D86
Complementary color
Monochromatic Colors of #690D86
Black with #690D86
Text Example
Text Example
White with #690D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D86; }
p { color: rgb(105,13,134); }
H1.HeaderClassName
{
color: #690D86;
}
.AnyTagClassName
{
color: #690D86;
}
</style>
background-color css
<style>
a { background-color: #690D86; }
a { background-color: rgb(105,13,134); }
div.DivClassName
{
background-color: #690D86;
}
.BgClassName
{
background-color: #690D86;
}
</style>
border-color css
<style>
span { border-color: #690D86; }
span { border-color: rgb(105,13,134); }
td.TdClassName
{
border-color: #690D86;
}
.TagClassName
{
border-color: #690D86;
}
</style>