Shades of Purple #690A89
Tints of Purple #690A89
RGB
CMYK
RGB Variations
Color information
#690A89 (or 0x690A89) is known color: Purple. HEX triplet: 69, 0A and 89. RGB value is (105,10,137). Sum of RGB (Red+Green+Blue) = 105+10+137=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #690A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690A89 is #96F576. Grayscale: #343434. Windows color (decimal): -9893239 or 8981097. OLE color: 8981097.
HSL color Cylindrical-coordinate representation of color #690A89: hue angle of 284.88º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690A89 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 10 | 137 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.46 |
| HSL | 284.88º | 0.86% | 0.29% | - |
| HSV(B) | 284.88º | 0.93% | 0.54% | - |
| XYZ | 10.45 | 5.03 | 24.09 | - |
| YUV | 52.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 137 | 0.23 | 0.93 | 0 | 0.46 | 284.88 | 0.86 | 0.29 |
| Hex | 69 | A | 89 | 17 | 5D | 0 | 2E | 11D | 56 | 1D |
| Octal | 151 | 12 | 211 | 27 | 135 | 0 | 56 | 435 | 126 | 35 |
| Binary | 1101001 | 1010 | 10001001 | 10111 | 1011101 | 0 | 101110 | 100011101 | 1010110 | 11101 |
Color Harmonies of #690A89
Complementary color
Monochromatic Colors of #690A89
Black with #690A89
Text Example
Text Example
White with #690A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A89; }
p { color: rgb(105,10,137); }
H1.HeaderClassName
{
color: #690A89;
}
.AnyTagClassName
{
color: #690A89;
}
</style>
background-color css
<style>
a { background-color: #690A89; }
a { background-color: rgb(105,10,137); }
div.DivClassName
{
background-color: #690A89;
}
.BgClassName
{
background-color: #690A89;
}
</style>
border-color css
<style>
span { border-color: #690A89; }
span { border-color: rgb(105,10,137); }
td.TdClassName
{
border-color: #690A89;
}
.TagClassName
{
border-color: #690A89;
}
</style>