Shades of Purple #690F87
Tints of Purple #690F87
RGB
CMYK
RGB Variations
Color information
#690F87 (or 0x690F87) is known color: Purple. HEX triplet: 69, 0F and 87. RGB value is (105,15,135). Sum of RGB (Red+Green+Blue) = 105+15+135=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 135 (53.12% from 255 or 52.94% from 255); Max value from RGB is 135 - color contains mainly: blue. Hex color #690F87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690F87 is #96F078. Grayscale: #373737. Windows color (decimal): -9891961 or 8851305. OLE color: 8851305.
HSL color Cylindrical-coordinate representation of color #690F87: hue angle of 285º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690F87 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 15 | 135 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.47 |
| HSL | 285º | 0.8% | 0.29% | - |
| HSV(B) | 285º | 0.89% | 0.53% | - |
| XYZ | 10.37 | 5.09 | 23.36 | - |
| YUV | 55.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 135 | 0.22 | 0.89 | 0 | 0.47 | 285 | 0.8 | 0.29 |
| Hex | 69 | F | 87 | 16 | 59 | 0 | 2F | 11D | 50 | 1D |
| Octal | 151 | 17 | 207 | 26 | 131 | 0 | 57 | 435 | 120 | 35 |
| Binary | 1101001 | 1111 | 10000111 | 10110 | 1011001 | 0 | 101111 | 100011101 | 1010000 | 11101 |
Color Harmonies of #690F87
Complementary color
Monochromatic Colors of #690F87
Black with #690F87
Text Example
Text Example
White with #690F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F87; }
p { color: rgb(105,15,135); }
H1.HeaderClassName
{
color: #690F87;
}
.AnyTagClassName
{
color: #690F87;
}
</style>
background-color css
<style>
a { background-color: #690F87; }
a { background-color: rgb(105,15,135); }
div.DivClassName
{
background-color: #690F87;
}
.BgClassName
{
background-color: #690F87;
}
</style>
border-color css
<style>
span { border-color: #690F87; }
span { border-color: rgb(105,15,135); }
td.TdClassName
{
border-color: #690F87;
}
.TagClassName
{
border-color: #690F87;
}
</style>