Shades of Purple #690E85
Tints of Purple #690E85
RGB
CMYK
RGB Variations
Color information
#690E85 (or 0x690E85) is known color: Purple. HEX triplet: 69, 0E and 85. RGB value is (105,14,133). Sum of RGB (Red+Green+Blue) = 105+14+133=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #690E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690E85 is #96F17A. Grayscale: #363636. Windows color (decimal): -9892219 or 8719977. OLE color: 8719977.
HSL color Cylindrical-coordinate representation of color #690E85: hue angle of 285.88º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690E85 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 14 | 133 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.48 |
| HSL | 285.88º | 0.81% | 0.29% | - |
| HSV(B) | 285.88º | 0.89% | 0.52% | - |
| XYZ | 10.22 | 5.01 | 22.62 | - |
| YUV | 54.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 133 | 0.21 | 0.89 | 0 | 0.48 | 285.88 | 0.81 | 0.29 |
| Hex | 69 | E | 85 | 15 | 59 | 0 | 30 | 11E | 51 | 1D |
| Octal | 151 | 16 | 205 | 25 | 131 | 0 | 60 | 436 | 121 | 35 |
| Binary | 1101001 | 1110 | 10000101 | 10101 | 1011001 | 0 | 110000 | 100011110 | 1010001 | 11101 |
Color Harmonies of #690E85
Complementary color
Monochromatic Colors of #690E85
Black with #690E85
Text Example
Text Example
White with #690E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690E85; }
p { color: rgb(105,14,133); }
H1.HeaderClassName
{
color: #690E85;
}
.AnyTagClassName
{
color: #690E85;
}
</style>
background-color css
<style>
a { background-color: #690E85; }
a { background-color: rgb(105,14,133); }
div.DivClassName
{
background-color: #690E85;
}
.BgClassName
{
background-color: #690E85;
}
</style>
border-color css
<style>
span { border-color: #690E85; }
span { border-color: rgb(105,14,133); }
td.TdClassName
{
border-color: #690E85;
}
.TagClassName
{
border-color: #690E85;
}
</style>