Shades of Purple Heart #690BBF
Tints of Purple Heart #690BBF
RGB
CMYK
RGB Variations
Color information
#690BBF (or 0x690BBF) is known color: Purple Heart. HEX triplet: 69, 0B and BF. RGB value is (105,11,191). Sum of RGB (Red+Green+Blue) = 105+11+191=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #690BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #690BBF is #96F440. Grayscale: #3B3B3B. Windows color (decimal): -9892929 or 12520297. OLE color: 12520297.
HSL color Cylindrical-coordinate representation of color #690BBF: hue angle of 271.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690BBF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 11 | 191 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.25 |
| HSL | 271.33º | 0.89% | 0.4% | - |
| HSV(B) | 271.33º | 0.94% | 0.75% | - |
| XYZ | 15.35 | 7 | 49.83 | - |
| YUV | 59.63 | 202.14 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 191 | 0.45 | 0.94 | 0 | 0.25 | 271.33 | 0.89 | 0.4 |
| Hex | 69 | B | BF | 2D | 5E | 0 | 19 | 10F | 59 | 28 |
| Octal | 151 | 13 | 277 | 55 | 136 | 0 | 31 | 417 | 131 | 50 |
| Binary | 1101001 | 1011 | 10111111 | 101101 | 1011110 | 0 | 11001 | 100001111 | 1011001 | 101000 |
Color Harmonies of #690BBF
Complementary color
Monochromatic Colors of #690BBF
Black with #690BBF
Text Example
Text Example
White with #690BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690BBF; }
p { color: rgb(105,11,191); }
H1.HeaderClassName
{
color: #690BBF;
}
.AnyTagClassName
{
color: #690BBF;
}
</style>
background-color css
<style>
a { background-color: #690BBF; }
a { background-color: rgb(105,11,191); }
div.DivClassName
{
background-color: #690BBF;
}
.BgClassName
{
background-color: #690BBF;
}
</style>
border-color css
<style>
span { border-color: #690BBF; }
span { border-color: rgb(105,11,191); }
td.TdClassName
{
border-color: #690BBF;
}
.TagClassName
{
border-color: #690BBF;
}
</style>